public static interface Model.Factory
Modifier and Type | Method and Description |
---|---|
Long |
count(List<String> properties,
String keywords,
String where) |
void |
deleteAll() |
List<Model> |
fetch(int offset,
int length,
String orderBy,
String orderDirection,
List<String> properties,
String keywords,
String where) |
Model |
findById(Object id) |
String |
keyName() |
Class<?> |
keyType() |
Object |
keyValue(Model m) |
List<Model.Property> |
listProperties() |
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly