@Repository public class ProtocolDaoImpl extends AbstractDao<Protocol> implements ProtocolDao
Protocol
.Protocol
elementClass, log
Constructor and Description |
---|
ProtocolDaoImpl(SessionFactory sessionFactory) |
Modifier and Type | Method and Description |
---|---|
Protocol |
find(Protocol protocol)
Does a look up for the given entity in the persistent storage, usually looking for a specific identifier ( either
id or a string property).
|
countAll, create, create, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, flush, flushAndClear, getElementClass, getSessionFactory, load, load, loadAll, reattach, reattach, remove, remove, remove, removeAll, save, save, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findOrCreate
@Autowired public ProtocolDaoImpl(SessionFactory sessionFactory)
public Protocol find(Protocol protocol)
BaseDao
find
in interface BaseDao<Protocol>
find
in interface ProtocolDao
find
in class AbstractDao<Protocol>
protocol
- the entity to look for.Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.