Class ProtocolDaoImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractDao<Protocol>
ubic.gemma.persistence.service.common.protocol.ProtocolDaoImpl
- All Implemented Interfaces:
BaseDao<Protocol>,ProtocolDao
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
Protocol.- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
log -
Constructor Summary
Constructors -
Method Summary
Modifier 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).findByName(String protocolName) Load all protocols that are unique by name.Methods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, create, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getEntityName, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, streamQuery, update, update
-
Constructor Details
-
ProtocolDaoImpl
-
-
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 interfaceProtocolDao
-
loadAllUniqueByName
Description copied from interface:ProtocolDaoLoad all protocols that are unique by name.- Specified by:
loadAllUniqueByNamein interfaceProtocolDao
-