Uses of Interface
com.atlassian.confluence.impl.user.crowd.hibernate.InternalGroupDao
Packages that use InternalGroupDao
Package
Description
-
Uses of InternalGroupDao in com.atlassian.confluence.impl.user.crowd
Classes in com.atlassian.confluence.impl.user.crowd that implement InternalGroupDaoModifier and TypeClassDescriptionclass
A caching decorator for an InternalUserDao.Constructors in com.atlassian.confluence.impl.user.crowd with parameters of type InternalGroupDaoModifierConstructorDescriptionCachedCrowdGroupDao
(InternalGroupDao<com.atlassian.crowd.model.group.InternalGroup> delegate, TransactionAwareCacheFactory cacheFactory, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of InternalGroupDao in com.atlassian.confluence.impl.user.crowd.hibernate
Classes in com.atlassian.confluence.impl.user.crowd.hibernate that implement InternalGroupDaoModifier and TypeClassDescriptionclass
Hibernate 5/Spring implementation of group persistenceConstructors in com.atlassian.confluence.impl.user.crowd.hibernate with parameters of type InternalGroupDaoModifierConstructorDescriptionHibernateDirectoryDao
(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)