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) int
Methods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, create, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, streamQuery, update, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, update, update
Methods inherited from interface ubic.gemma.persistence.service.association.Gene2GOAssociationDao
findOrCreate
-
Constructor Details
-
Gene2GOAssociationDaoImpl
-
-
Method Details
-
find
Description copied from interface:BaseDao
Does 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:
find
in interfaceBaseDao<Gene2GOAssociation>
- Specified by:
find
in interfaceGene2GOAssociationDao
- Overrides:
find
in 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:
findAssociationByGene
in interfaceGene2GOAssociationDao
-
findAssociationByGenes
- Specified by:
findAssociationByGenes
in interfaceGene2GOAssociationDao
-
findByGene
- Specified by:
findByGene
in interfaceGene2GOAssociationDao
-
findByGenes
- Specified by:
findByGenes
in interfaceGene2GOAssociationDao
-
findByGoTermUris
- Specified by:
findByGoTermUris
in interfaceGene2GOAssociationDao
-
findByGoTermUris
- Specified by:
findByGoTermUris
in interfaceGene2GOAssociationDao
-
findByGoTermUrisPerTaxon
- Specified by:
findByGoTermUrisPerTaxon
in interfaceGene2GOAssociationDao
-
removeAll
public int removeAll()- Specified by:
removeAll
in interfaceGene2GOAssociationDao
-