public interface SecurityQuestionDAO extends DAO<SecurityQuestion>
Modifier and Type | Method and Description |
---|---|
void |
delete(String key) |
SecurityQuestion |
find(String key) |
List<SecurityQuestion> |
findAll() |
SecurityQuestion |
save(SecurityQuestion securityQuestion) |
SecurityQuestion find(String key)
List<SecurityQuestion> findAll()
SecurityQuestion save(SecurityQuestion securityQuestion)
void delete(String key)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.