Package de.terrestris.shoguncore.dao
Class PasswordResetTokenDao<E extends PasswordResetToken>
- java.lang.Object
-
- de.terrestris.shoguncore.dao.GenericHibernateDao<E,java.lang.Integer>
-
- de.terrestris.shoguncore.dao.AbstractTokenDao<E>
-
- de.terrestris.shoguncore.dao.AbstractUserTokenDao<E>
-
- de.terrestris.shoguncore.dao.PasswordResetTokenDao<E>
-
@Repository("passwordResetTokenDao") public class PasswordResetTokenDao<E extends PasswordResetToken> extends AbstractUserTokenDao<E>
-
-
Field Summary
-
Fields inherited from class de.terrestris.shoguncore.dao.GenericHibernateDao
logger
-
-
Constructor Summary
Constructors Modifier Constructor Description PasswordResetTokenDao()Public default constructor for this DAO.protectedPasswordResetTokenDao(java.lang.Class<E> clazz)Constructor that has to be called by subclasses.
-
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
-
-
-
-
Constructor Detail
-
PasswordResetTokenDao
public PasswordResetTokenDao()
Public default constructor for this DAO.
-
PasswordResetTokenDao
protected PasswordResetTokenDao(java.lang.Class<E> clazz)
Constructor that has to be called by subclasses.- Parameters:
clazz-
-
-