Package de.terrestris.shoguncore.dao
Class PersonDao<E extends Person>
- java.lang.Object
-
- de.terrestris.shoguncore.dao.GenericHibernateDao<E,Integer>
-
- de.terrestris.shoguncore.dao.PersonDao<E>
-
- Direct Known Subclasses:
UserDao
@Repository("personDao") public class PersonDao<E extends Person> extends GenericHibernateDao<E,Integer>
-
-
Field Summary
-
Fields inherited from class de.terrestris.shoguncore.dao.GenericHibernateDao
logger
-
-
Method Summary
-
Methods inherited from class de.terrestris.shoguncore.dao.GenericHibernateDao
createDistinctRootEntityCriteria, delete, evict, findAll, findAllUserGroupPermissionsOfUserGroup, findAllUserPermissionsOfUser, findAllWhereFieldEquals, findAllWithCollectionContaining, findByCriteria, findByCriteriaRestricted, findByCriteriaWithSortingAndPaging, findById, findByUniqueCriteria, getEntityClass, getTotalCount, loadById, saveOrUpdate, unproxy
-
-