Class 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:
    User