@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.
BlatAssociationDEFAULT_BATCH_SIZE, elementClass, log| Constructor and Description |
|---|
BlatAssociationDaoImpl(SessionFactory sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BlatAssociation> |
find(BioSequence bioSequence) |
Collection<BlatAssociation> |
find(Collection<GeneProduct> gps) |
Collection<BlatAssociation> |
find(Gene gene) |
void |
thaw(BlatAssociation blatAssociation) |
void |
thaw(Collection<BlatAssociation> blatAssociations) |
countAll, create, create, createInBatch, find, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, flush, getElementClass, getSessionFactory, load, load, loadAll, remove, remove, remove, removeAllInBatch, removeInBatch, save, save, saveInBatch, update, update, updateInBatchclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountAll, create, create, createInBatch, find, findOrCreate, getElementClass, load, load, loadAll, remove, remove, remove, removeAllInBatch, removeInBatch, save, save, saveInBatch, update, update, updateInBatch@Autowired public BlatAssociationDaoImpl(SessionFactory sessionFactory)
public Collection<BlatAssociation> find(BioSequence bioSequence)
find in interface BlatAssociationDaopublic Collection<BlatAssociation> find(Gene gene)
find in interface BlatAssociationDaopublic void thaw(Collection<BlatAssociation> blatAssociations)
thaw in interface BlatAssociationDaopublic void thaw(BlatAssociation blatAssociation)
thaw in interface BlatAssociationDaopublic Collection<BlatAssociation> find(Collection<GeneProduct> gps)
find in interface BlatAssociationDaoCopyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.