@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
.
BlatAssociation
DEFAULT_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, updateInBatch
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
countAll, 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 BlatAssociationDao
public Collection<BlatAssociation> find(Gene gene)
find
in interface BlatAssociationDao
public void thaw(Collection<BlatAssociation> blatAssociations)
thaw
in interface BlatAssociationDao
public void thaw(BlatAssociation blatAssociation)
thaw
in interface BlatAssociationDao
public Collection<BlatAssociation> find(Collection<GeneProduct> gps)
find
in interface BlatAssociationDao
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.