Class AnnotationAssociationDaoImpl
- java.lang.Object
- 
- ubic.gemma.persistence.service.AbstractDao<AnnotationAssociation>
- 
- ubic.gemma.persistence.service.genome.sequenceAnalysis.AnnotationAssociationDaoImpl
 
 
- 
- All Implemented Interfaces:
- BaseDao<AnnotationAssociation>,- AnnotationAssociationDao
 
 @Repository public class AnnotationAssociationDaoImpl extends AbstractDao<AnnotationAssociation> implements AnnotationAssociationDao - Author:
- paul
 
- 
- 
Field Summary- 
Fields inherited from class ubic.gemma.persistence.service.AbstractDaoelementClass, log
 
- 
 - 
Constructor SummaryConstructors Constructor Description AnnotationAssociationDaoImpl(SessionFactory sessionFactory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<AnnotationAssociation>find(Collection<GeneProduct> gps)Collection<AnnotationAssociation>find(BioSequence bioSequence)Collection<AnnotationAssociation>find(Gene gene)voidthaw(Collection<AnnotationAssociation> anCollection)voidthaw(AnnotationAssociation annotationAssociation)- 
Methods inherited from class ubic.gemma.persistence.service.AbstractDaocountAll, create, create, find, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getElementClass, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, remove, remove, remove, save, save, update, update
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface ubic.gemma.persistence.service.BaseDaocountAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, remove, remove, remove, save, save, update, update
 
- 
 
- 
- 
- 
Constructor Detail- 
AnnotationAssociationDaoImpl@Autowired public AnnotationAssociationDaoImpl(SessionFactory sessionFactory) 
 
- 
 - 
Method Detail- 
findpublic Collection<AnnotationAssociation> find(BioSequence bioSequence) - Specified by:
- findin interface- AnnotationAssociationDao
 
 - 
findpublic Collection<AnnotationAssociation> find(Gene gene) - Specified by:
- findin interface- AnnotationAssociationDao
 
 - 
thawpublic void thaw(AnnotationAssociation annotationAssociation) - Specified by:
- thawin interface- AnnotationAssociationDao
 
 - 
thawpublic void thaw(Collection<AnnotationAssociation> anCollection) - Specified by:
- thawin interface- AnnotationAssociationDao
 
 - 
findpublic Collection<AnnotationAssociation> find(Collection<GeneProduct> gps) - Specified by:
- findin interface- AnnotationAssociationDao
 
 
- 
 
-