Class PersonDaoImpl
- java.lang.Object
-
- ubic.gemma.persistence.service.AbstractDao<Person>
-
- ubic.gemma.persistence.service.common.auditAndSecurity.PersonDaoImpl
-
@Repository @Deprecated public class PersonDaoImpl extends AbstractDao<Person> implements PersonDao
Deprecated.as Person is deprecatedBase Spring DAO Class: is able to create, update, remove, load, and find objects of type
ubic.gemma.model.common.auditAndSecurity.Person
.- See Also:
Person
-
-
Field Summary
-
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
log
-
-
Constructor Summary
Constructors Constructor Description PersonDaoImpl(SessionFactory sessionFactory)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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).-
Methods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, create, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, streamQuery, 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, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, update, update
-
-
-
-
Constructor Detail
-
PersonDaoImpl
@Autowired public PersonDaoImpl(SessionFactory sessionFactory)
Deprecated.
-
-