Uses of Class
com.atlassian.crowd.dao.user.UserDAOHibernate

Packages that use UserDAOHibernate
com.atlassian.crowd.acceptance.tests.persistence.dao.membership   
com.atlassian.crowd.acceptance.tests.persistence.dao.user   
com.atlassian.crowd.dao.membership   
com.atlassian.crowd.migration   
com.atlassian.crowd.migration.legacy.database   
com.atlassian.crowd.upgrade.tasks   
 

Uses of UserDAOHibernate in com.atlassian.crowd.acceptance.tests.persistence.dao.membership
 

Methods in com.atlassian.crowd.acceptance.tests.persistence.dao.membership with parameters of type UserDAOHibernate
 void MembershipDAOHibernateTest.setUserDAO(UserDAOHibernate userDAO)
           
 

Uses of UserDAOHibernate in com.atlassian.crowd.acceptance.tests.persistence.dao.user
 

Methods in com.atlassian.crowd.acceptance.tests.persistence.dao.user with parameters of type UserDAOHibernate
 void UserDAOHibernateTest.setUserDAO(UserDAOHibernate userDAO)
           
 

Uses of UserDAOHibernate in com.atlassian.crowd.dao.membership
 

Methods in com.atlassian.crowd.dao.membership with parameters of type UserDAOHibernate
 void MembershipDAOHibernate.setUserDao(UserDAOHibernate userDao)
           
 

Uses of UserDAOHibernate in com.atlassian.crowd.migration
 

Constructors in com.atlassian.crowd.migration with parameters of type UserDAOHibernate
UserMapper(org.hibernate.SessionFactory sessionFactory, BatchProcessor batchProcessor, DirectoryDAOHibernate directoryDAO, UserDAOHibernate userDAO)
           
 

Uses of UserDAOHibernate in com.atlassian.crowd.migration.legacy.database
 

Constructors in com.atlassian.crowd.migration.legacy.database with parameters of type UserDAOHibernate
UserMapper(org.hibernate.SessionFactory sessionFactory, BatchProcessor batchProcessor, org.springframework.jdbc.core.JdbcOperations jdbcTemplate, UserDAOHibernate userDAO, DirectoryDAOHibernate directoryDAO)
           
 

Uses of UserDAOHibernate in com.atlassian.crowd.upgrade.tasks
 

Methods in com.atlassian.crowd.upgrade.tasks with parameters of type UserDAOHibernate
 void UpgradeTask426.setUserDao(UserDAOHibernate userDao)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.