Package play.db
Interface Model
-
- All Known Implementing Classes:
GenericModel
,JPABase
,JPASupport
,Model
public interface Model
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Model.BinaryField
static interface
Model.Choices
static interface
Model.Factory
static class
Model.Manager
static class
Model.Property
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
_delete()
java.lang.Object
_key()
void
_save()
-