Interface | Description |
---|---|
GormEntityApi | API for instance methods defined by a GORM entity |
Trait | Description |
---|---|
GormEntity | A trait that turns any class into a GORM entity |
GormEntityDirtyCheckable | Special trait meant only for GORM entities to override default behaviour of DirtyCheckable. |
GormValidateable | A trait that adds GORM validation behavior to any class |
Class | Description |
---|---|
AbstractDatastoreApi |
|
AbstractGormApi | Abstract GORM API provider. |
DelegatingGormEntityApi | A delegating implementation of GormEntityApi |
GormEnhancer | Enhances a class with GORM behavior |
GormEnhancer.1 | |
GormInstanceApi | Instance methods of the GORM API. |
GormStaticApi | Static methods of the GORM API. |
GormValidationApi | Methods used for validating GORM instances. |