Package org.dspace.eperson.dao.impl
Class RegistrationDataDAOImpl
java.lang.Object
org.dspace.core.AbstractHibernateDAO<RegistrationData>
org.dspace.eperson.dao.impl.RegistrationDataDAOImpl
- All Implemented Interfaces:
GenericDAO<RegistrationData>,RegistrationDataDAO
public class RegistrationDataDAOImpl
extends AbstractHibernateDAO<RegistrationData>
implements RegistrationDataDAO
Hibernate implementation of the Database Access Object interface class for the RegistrationData object.
This class is responsible for all database calls for the RegistrationData object and is autowired by Spring.
This class should never be accessed directly.
- Author:
- kevinvandevelde at atmire.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByToken(Context context, String token) findByEmail(Context context, String email) findByToken(Context context, String token) Methods inherited from class org.dspace.core.AbstractHibernateDAO
count, count, countLong, create, createQuery, createQuery, delete, executeCriteriaQuery, findAll, findAll, findByID, findByID, findByID, findByX, findMany, findMany, findUnique, getCriteriaBuilder, getCriteriaQuery, getHibernateSession, iterate, list, list, list, list, save, singleResult, singleResult, uniqueResult, uniqueResult
-
Constructor Details
-
RegistrationDataDAOImpl
protected RegistrationDataDAOImpl()
-
-
Method Details
-
findByEmail
- Specified by:
findByEmailin interfaceRegistrationDataDAO- Throws:
SQLException
-
findByToken
- Specified by:
findByTokenin interfaceRegistrationDataDAO- Throws:
SQLException
-
deleteByToken
- Specified by:
deleteByTokenin interfaceRegistrationDataDAO- Throws:
SQLException
-