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:
BlatAssociation
-
-
Field Summary
-
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
elementClass, log
-
-
Constructor Summary
Constructors Constructor Description BlatAssociationDaoImpl(SessionFactory sessionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<BlatAssociation>find(Collection<GeneProduct> gps)Collection<BlatAssociation>find(BioSequence bioSequence)Collection<BlatAssociation>find(Gene gene)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, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, remove, remove, remove, save, save, update, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
BlatAssociationDaoImpl
@Autowired public BlatAssociationDaoImpl(SessionFactory sessionFactory)
-
-
Method Detail
-
find
public Collection<BlatAssociation> find(BioSequence bioSequence)
- Specified by:
findin interfaceBlatAssociationDao
-
find
public Collection<BlatAssociation> find(Gene gene)
- Specified by:
findin interfaceBlatAssociationDao
-
thaw
public void thaw(Collection<BlatAssociation> blatAssociations)
- Specified by:
thawin interfaceBlatAssociationDao
-
thaw
public void thaw(BlatAssociation blatAssociation)
- Specified by:
thawin interfaceBlatAssociationDao
-
find
public Collection<BlatAssociation> find(Collection<GeneProduct> gps)
- Specified by:
findin interfaceBlatAssociationDao
-
-