Package play.db
Interface Model.Factory
- All Known Implementing Classes:
JPAModelLoader
- Enclosing interface:
- Model
public static interface Model.Factory
-
Method Details
-
keyName
String keyName() -
keyType
Class<?> keyType() -
keyValue
-
findById
-
fetch
-
count
-
deleteAll
void deleteAll() -
listProperties
List<Model.Property> listProperties()
-