public interface ResponseDao extends CommonDao<Response>
Modifier and Type | Interface and Description |
---|---|
static class |
ResponseDao.Field |
Modifier and Type | Field and Description |
---|---|
static java.util.List<Pair<java.lang.Enum<?>,java.lang.String>> |
FieldTypes |
Modifier and Type | Method and Description |
---|---|
int |
findOrPersist(java.lang.String resp)
Find and return the id of the response string if it exists.
|
delete, delete, delete, deleteById, exists, exists, findAllIds, findAllIds, findAllIds, findAllObjects, findAllObjects, findAllObjects, findAllObjects, findById, findId, findId, findMultipleObjects, findMultipleObjects, findObject, findObject, findObject, getCount, getCount, getCount, getFieldDefns, persist, update, update, update
static final java.util.List<Pair<java.lang.Enum<?>,java.lang.String>> FieldTypes