Uses of Interface
com.atlassian.confluence.themes.persistence.PersistentDecoratorDao
-
Packages that use PersistentDecoratorDao Package Description com.atlassian.confluence.impl.themes.persistence com.atlassian.confluence.setup.velocity com.atlassian.confluence.themes -
-
Uses of PersistentDecoratorDao in com.atlassian.confluence.impl.themes.persistence
Classes in com.atlassian.confluence.impl.themes.persistence that implement PersistentDecoratorDao Modifier and Type Class Description class
CachingPersistentDecoratorDao
An implementation ofPersistentDecoratorDao
which combines a cache with Hibernate. -
Uses of PersistentDecoratorDao in com.atlassian.confluence.setup.velocity
Methods in com.atlassian.confluence.setup.velocity that return PersistentDecoratorDao Modifier and Type Method Description PersistentDecoratorDao
HibernateResourceLoader. getPersistentDecoratorDao()
Methods in com.atlassian.confluence.setup.velocity with parameters of type PersistentDecoratorDao Modifier and Type Method Description void
HibernateResourceLoader. setPersistentDecoratorDao(PersistentDecoratorDao persistentDecoratorDao)
-
Uses of PersistentDecoratorDao in com.atlassian.confluence.themes
Constructors in com.atlassian.confluence.themes with parameters of type PersistentDecoratorDao Constructor Description DefaultCustomLayoutManager(PersistentDecoratorDao persistentDecoratorDao, com.atlassian.event.api.EventPublisher eventPublisher)
-