Uses of Interface
com.atlassian.confluence.impl.user.crowd.hibernate.InternalUserDao
Packages that use InternalUserDao
Package
Description
-
Uses of InternalUserDao in com.atlassian.confluence.impl.user.crowd
Classes in com.atlassian.confluence.impl.user.crowd that implement InternalUserDaoModifier and TypeClassDescriptionclass
A caching decorator for an InternalUserDao.Constructors in com.atlassian.confluence.impl.user.crowd with parameters of type InternalUserDaoModifierConstructorDescriptionCachedCrowdUserDao
(InternalUserDao<com.atlassian.crowd.model.user.InternalUser> delegate, TransactionAwareCacheFactory txCacheFactory, com.atlassian.cache.CacheFactory nonTxCacheFactory, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of InternalUserDao in com.atlassian.confluence.impl.user.crowd.hibernate
Classes in com.atlassian.confluence.impl.user.crowd.hibernate that implement InternalUserDaoModifier and TypeClassDescriptionfinal class
Implementation ofUserDao
which uses Hibernate 5.Constructors in com.atlassian.confluence.impl.user.crowd.hibernate with parameters of type InternalUserDaoModifierConstructorDescriptionHibernateDirectoryDao
(org.hibernate.SessionFactory sessionFactory, InternalUserDao userDao, InternalGroupDao groupDao, InternalMembershipDao internalMembershipDao) HibernateMembershipDao
(org.hibernate.SessionFactory sessionFactory, InternalUserDao userDao, InternalGroupDao groupDao, com.atlassian.crowd.util.persistence.hibernate.batch.BatchProcessor batchProcessor, HibernateSchemaInformationService hibernateSchemaInformationService) -
Uses of InternalUserDao in com.atlassian.confluence.importexport.xmlimport.persister
Constructors in com.atlassian.confluence.importexport.xmlimport.persister with parameters of type InternalUserDaoModifierConstructorDescriptionConfluenceUserPersister
(ConfluenceUserDao confluenceUserDao, com.atlassian.crowd.embedded.api.CrowdDirectoryService directoryService, InternalUserDao crowdUserDao) Deprecated.ConfluenceUserPersisterFactory
(ConfluenceUserDao confluenceUserDao, com.atlassian.crowd.embedded.api.CrowdDirectoryService directoryService, InternalUserDao<com.atlassian.crowd.model.user.InternalUser> crowdUserDao) Deprecated.