@Repository @Deprecated public class PersonDaoImpl extends AbstractDao<Person> implements PersonDao
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
ubic.gemma.model.common.auditAndSecurity.Person
.
Person
elementClass, log
Constructor and Description |
---|
PersonDaoImpl(SessionFactory sessionFactory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Person |
find(Person person)
Deprecated.
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
@Autowired public PersonDaoImpl(SessionFactory sessionFactory)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.