Class Gene2GOAssociationDaoImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractDao<Gene2GOAssociation>
ubic.gemma.persistence.service.association.Gene2GOAssociationDaoImpl
- All Implemented Interfaces:
Gene2GOAssociationDao,BaseDao<Gene2GOAssociation>
@Repository
public class Gene2GOAssociationDaoImpl
extends AbstractDao<Gene2GOAssociation>
implements Gene2GOAssociationDao
- Author:
- pavlidis
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind(Gene2GOAssociation gene2GOAssociation) Does a look up for the given entity in the persistent storage, usually looking for a specific identifier ( either id or a string property).findAssociationByGene(Gene gene) findAssociationByGenes(Collection<Gene> genes) findByGene(Gene gene) findByGenes(Collection<Gene> genes) findByGoTermUris(Collection<String> uris) findByGoTermUris(Collection<String> uris, Taxon taxon) intMethods 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, 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, create, getElementClass, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, update, updateMethods inherited from interface ubic.gemma.persistence.service.association.Gene2GOAssociationDao
findOrCreate
-
Constructor Details
-
Gene2GOAssociationDaoImpl
-
-
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).- Specified by:
findin interfaceBaseDao<Gene2GOAssociation>- Specified by:
findin interfaceGene2GOAssociationDao- Overrides:
findin classAbstractDao<Gene2GOAssociation>- Parameters:
gene2GOAssociation- the entity to look for.- Returns:
- an entity that was found in the persistent storage, or null if no such entity was found.
-
findAssociationByGene
- Specified by:
findAssociationByGenein interfaceGene2GOAssociationDao
-
findAssociationByGenes
- Specified by:
findAssociationByGenesin interfaceGene2GOAssociationDao
-
findByGene
- Specified by:
findByGenein interfaceGene2GOAssociationDao
-
findByGenes
- Specified by:
findByGenesin interfaceGene2GOAssociationDao
-
findByGoTermUris
- Specified by:
findByGoTermUrisin interfaceGene2GOAssociationDao
-
findByGoTermUris
- Specified by:
findByGoTermUrisin interfaceGene2GOAssociationDao
-
findByGoTermUrisPerTaxon
- Specified by:
findByGoTermUrisPerTaxonin interfaceGene2GOAssociationDao
-
removeAll
public int removeAll()- Specified by:
removeAllin interfaceGene2GOAssociationDao
-