Class UserGroupDaoImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractDao<UserGroup>
ubic.gemma.persistence.service.common.auditAndSecurity.UserGroupDaoImpl
- All Implemented Interfaces:
BaseDao<UserGroup>,UserGroupDao
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate an object.Does a look up for the given entity in the persistent storage, usually looking for a specific identifier ( either id or a string property).findByName(String name) findGroupsForUser(User user) voidRemove a persistent instancevoidMethods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, findOrCreate, getElementClass, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, save, save, streamAll, streamAll, update
-
Constructor Details
-
UserGroupDaoImpl
-
-
Method Details
-
find
Description 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). -
findByName
- Specified by:
findByNamein interfaceUserGroupDao
-
findGroupsForUser
- Specified by:
findGroupsForUserin interfaceUserGroupDao
-
create
Description copied from interface:BaseDaoCreate an object. If the entity type is immutable, this may also remove any existing entities identified by an appropriate 'find' method. -
remove
Description copied from interface:BaseDaoRemove a persistent instance -
update
-