Uses of Interface
com.atlassian.confluence.themes.persistence.PersistentDecoratorDao
Packages that use PersistentDecoratorDao
Package
Description
-
Uses of PersistentDecoratorDao in com.atlassian.confluence.impl.themes.persistence
Classes in com.atlassian.confluence.impl.themes.persistence that implement PersistentDecoratorDaoModifier and TypeClassDescriptionclassAn implementation ofPersistentDecoratorDaowhich combines a cache with Hibernate. -
Uses of PersistentDecoratorDao in com.atlassian.confluence.setup.velocity
Methods in com.atlassian.confluence.setup.velocity that return PersistentDecoratorDaoMethods in com.atlassian.confluence.setup.velocity with parameters of type PersistentDecoratorDaoModifier and TypeMethodDescriptionvoidHibernateResourceLoader.setPersistentDecoratorDao(PersistentDecoratorDao persistentDecoratorDao) -
Uses of PersistentDecoratorDao in com.atlassian.confluence.themes
Constructors in com.atlassian.confluence.themes with parameters of type PersistentDecoratorDaoModifierConstructorDescriptionDefaultCustomLayoutManager(PersistentDecoratorDao persistentDecoratorDao, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of PersistentDecoratorDao in com.atlassian.confluence.upgrade.upgradetask
Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type PersistentDecoratorDaoModifierConstructorDescriptionDecoratorLangMacroReplacementUpgradeTask(org.hibernate.SessionFactory sessionFactory, PersistentDecoratorDao persistentDecoratorDao)