Class ExternalDatabaseDaoImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractDao<ExternalDatabase>
ubic.gemma.persistence.service.common.description.ExternalDatabaseDaoImpl
- All Implemented Interfaces:
BaseDao<ExternalDatabase>,ExternalDatabaseDao
@Repository
public class ExternalDatabaseDaoImpl
extends AbstractDao<ExternalDatabase>
implements ExternalDatabaseDao
- Author:
- pavlidis
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind(ExternalDatabase externalDatabase) Does a look-up for the given entity in the persistent storage, usually looking for a specific identifier ifIdentifiable.getId()is set or a business key.findAllByNameIn(Collection<String> names) findByName(String name) Methods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, create, findByProperty, findByPropertyIn, findIdByProperty, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getEntityName, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, save, save, streamAll, streamAll, streamQuery, update, update
-
Constructor Details
-
ExternalDatabaseDaoImpl
-
-
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 ifIdentifiable.getId()is set or a business key.- Specified by:
findin interfaceBaseDao<ExternalDatabase>- Overrides:
findin classAbstractDao<ExternalDatabase>- Parameters:
externalDatabase- the entity to look for.- Returns:
- an entity that was found in the persistent storage, or null if no such entity was found.
-
findByName
- Specified by:
findByNamein interfaceExternalDatabaseDao
-
findByNameWithAuditTrail
- Specified by:
findByNameWithAuditTrailin interfaceExternalDatabaseDao
-
findAllByNameIn
- Specified by:
findAllByNameInin interfaceExternalDatabaseDao
-