public interface AnnotationAssociationDao extends BaseDao<AnnotationAssociation>
Modifier and Type | Method and Description |
---|---|
Collection<AnnotationAssociation> |
find(BioSequence bioSequence) |
Collection<AnnotationAssociation> |
find(Collection<GeneProduct> gps) |
Collection<AnnotationAssociation> |
find(Gene gene) |
void |
thaw(AnnotationAssociation annotationAssociation) |
void |
thaw(Collection<AnnotationAssociation> anCollection) |
countAll, create, create, createInBatch, find, findOrCreate, getElementClass, load, load, loadAll, remove, remove, remove, removeAllInBatch, removeInBatch, save, save, saveInBatch, update, update, updateInBatch
Collection<AnnotationAssociation> find(BioSequence bioSequence)
Collection<AnnotationAssociation> find(Gene gene)
void thaw(AnnotationAssociation annotationAssociation)
void thaw(Collection<AnnotationAssociation> anCollection)
Collection<AnnotationAssociation> find(Collection<GeneProduct> gps)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.