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.AbstractDao
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind(Collection<GeneProduct> gps) find(BioSequence bioSequence) voidthaw(Collection<AnnotationAssociation> anCollection) voidthaw(AnnotationAssociation annotationAssociation) Methods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, create, find, 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
-
AnnotationAssociationDaoImpl
-
-
Method Details
-
find
- Specified by:
findin interfaceAnnotationAssociationDao
-
find
- Specified by:
findin interfaceAnnotationAssociationDao
-
thaw
- Specified by:
thawin interfaceAnnotationAssociationDao
-
thaw
- Specified by:
thawin interfaceAnnotationAssociationDao
-
find
- Specified by:
findin interfaceAnnotationAssociationDao
-