Uses of Interface
com.atlassian.user.impl.hibernate.repository.HibernateRepository

Packages that use HibernateRepository
com.atlassian.user.impl.hibernate   
com.atlassian.user.impl.hibernate.properties   
com.atlassian.user.impl.hibernate.repository   
com.atlassian.user.impl.hibernate.search.query   
 

Uses of HibernateRepository in com.atlassian.user.impl.hibernate
 

Fields in com.atlassian.user.impl.hibernate declared as HibernateRepository
protected  HibernateRepository HibernateGroupManager.repository
           
 

Constructors in com.atlassian.user.impl.hibernate with parameters of type HibernateRepository
HibernateUserManager(RepositoryIdentifier identifier, HibernateRepository repository, PasswordEncryptor passwordEncryptor)
           
HibernateGroupManager(RepositoryIdentifier identifier, HibernateRepository repository, UserManager userManager, ExternalEntityDAO externalEntityDao)
           
 

Uses of HibernateRepository in com.atlassian.user.impl.hibernate.properties
 

Fields in com.atlassian.user.impl.hibernate.properties declared as HibernateRepository
protected  HibernateRepository HibernatePropertySetFactory.repository
           
 

Constructors in com.atlassian.user.impl.hibernate.properties with parameters of type HibernateRepository
HibernatePropertySetFactory(UserManager userManager, ExternalEntityDAO externalEntityDAO, HibernateRepository repository)
           
 

Uses of HibernateRepository in com.atlassian.user.impl.hibernate.repository
 

Classes in com.atlassian.user.impl.hibernate.repository that implement HibernateRepository
 class DefaultHibernateRepository
           
 

Uses of HibernateRepository in com.atlassian.user.impl.hibernate.search.query
 

Constructors in com.atlassian.user.impl.hibernate.search.query with parameters of type HibernateRepository
HibernateEntityQueryParser(RepositoryIdentifier identifier, HibernateRepository repository)
           
 



Copyright © 2005-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.