@Repository public class JPASecurityQuestionDAO extends AbstractDAO<SecurityQuestion> implements SecurityQuestionDAO
LOG
Constructor and Description |
---|
JPASecurityQuestionDAO() |
Modifier and Type | Method and Description |
---|---|
void |
delete(String key) |
SecurityQuestion |
find(String key) |
List<SecurityQuestion> |
findAll() |
SecurityQuestion |
save(SecurityQuestion securityQuestion) |
clear, detach, entityManager, entityManagerFactory, refresh
public SecurityQuestion find(String key)
find
in interface SecurityQuestionDAO
public List<SecurityQuestion> findAll()
findAll
in interface SecurityQuestionDAO
public SecurityQuestion save(SecurityQuestion securityQuestion)
save
in interface SecurityQuestionDAO
public void delete(String key)
delete
in interface SecurityQuestionDAO
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.