Class BlatAssociationDaoImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractDao<BlatAssociation>
ubic.gemma.persistence.service.genome.sequenceAnalysis.BlatAssociationDaoImpl
- All Implemented Interfaces:
BaseDao<BlatAssociation>,BlatAssociationDao
@Repository
public class BlatAssociationDaoImpl
extends AbstractDao<BlatAssociation>
implements BlatAssociationDao
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
BlatAssociation.
- See Also:
-
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<BlatAssociation> blatAssociations) voidthaw(BlatAssociation blatAssociation) 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
-
BlatAssociationDaoImpl
-
-
Method Details
-
find
- Specified by:
findin interfaceBlatAssociationDao
-
find
- Specified by:
findin interfaceBlatAssociationDao
-
thaw
- Specified by:
thawin interfaceBlatAssociationDao
-
thaw
- Specified by:
thawin interfaceBlatAssociationDao
-
find
- Specified by:
findin interfaceBlatAssociationDao
-