java.lang.Object
ubic.gemma.persistence.service.AbstractDao<User>
ubic.gemma.persistence.service.common.auditAndSecurity.UserDaoImpl
All Implemented Interfaces:
BaseDao<User>, UserDao

@Repository public class UserDaoImpl extends AbstractDao<User> implements UserDao
DAO Class: is able to create, update, remove, load, and find objects of type ubic.gemma.model.common.auditAndSecurity.User.
See Also: