public interface RegistrationDataDAO extends GenericDAO<RegistrationData>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByToken(Context context,
String token) |
RegistrationData |
findByEmail(Context context,
String email) |
RegistrationData |
findByToken(Context context,
String token) |
create, delete, findAll, findByID, findByID, findMany, findUnique, saveRegistrationData findByEmail(Context context, String email) throws SQLException
SQLExceptionRegistrationData findByToken(Context context, String token) throws SQLException
SQLExceptionvoid deleteByToken(Context context, String token) throws SQLException
SQLExceptionCopyright © 2017 DuraSpace. All rights reserved.