Interface BlatAssociationDao
-
- All Superinterfaces:
BaseDao<BlatAssociation>
- All Known Implementing Classes:
BlatAssociationDaoImpl
public interface BlatAssociationDao extends BaseDao<BlatAssociation>
- See Also:
BlatAssociation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<BlatAssociation>find(Collection<GeneProduct> toRemove)Collection<BlatAssociation>find(BioSequence bioSequence)Collection<BlatAssociation>find(Gene gene)voidthaw(Collection<BlatAssociation> blatAssociations)voidthaw(BlatAssociation blatAssociation)-
Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, remove, remove, remove, save, save, update, update
-
-
-
-
Method Detail
-
find
Collection<BlatAssociation> find(BioSequence bioSequence)
-
find
Collection<BlatAssociation> find(Gene gene)
-
thaw
void thaw(Collection<BlatAssociation> blatAssociations)
-
thaw
void thaw(BlatAssociation blatAssociation)
-
find
Collection<BlatAssociation> find(Collection<GeneProduct> toRemove)
-
-