Class UserDaoImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractDao<User>
ubic.gemma.persistence.service.common.auditAndSecurity.UserDaoImpl
DAO Class: is able to create, update, remove, load, and find objects of type
 
ubic.gemma.model.common.auditAndSecurity.User.- See Also:
- 
Field SummaryFields inherited from class ubic.gemma.persistence.service.AbstractDaolog
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionDoes a look up for the given entity in the persistent storage, usually looking for a specific identifier ( either id or a string property).findByEmail(String email) findByUserName(String userName) loadGroupAuthorities(User user) loadGroups(User user) voidRemove a persistent instancevoidupdate(Collection<User> entities) Methods inherited from class ubic.gemma.persistence.service.AbstractDaocountAll, create, create, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getEntityName, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, save, save, streamAll, streamAll, streamQuery, updateMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ubic.gemma.persistence.service.BaseDaocountAll, create, create, findOrCreate, getElementClass, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, save, save, streamAll, streamAll, update
- 
Constructor Details- 
UserDaoImpl
 
- 
- 
Method Details- 
findByEmail- Specified by:
- findByEmailin interface- UserDao
 
- 
findByUserName- Specified by:
- findByUserNamein interface- UserDao
 
- 
loadGroupAuthorities- Specified by:
- loadGroupAuthoritiesin interface- UserDao
 
- 
loadGroups- Specified by:
- loadGroupsin interface- UserDao
 
- 
removeDescription copied from interface:BaseDaoRemove a persistent instance
- 
update
- 
findDescription copied from interface:BaseDaoDoes a look up for the given entity in the persistent storage, usually looking for a specific identifier ( either id or a string property).
 
-