Interface PersonDao
-
- All Known Implementing Classes:
PersonDaoImpl
@Deprecated public interface PersonDao extends BaseDao<Person>
Deprecated.as Person is deprecated- See Also:
Person
-
-
Method Summary
-
Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, remove, remove, remove, save, save, update, update
-
-