| 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 | 
| GormValidateable | A trait that adds GORM validation behavior to any class | 
| Class | Description | 
|---|---|
| AbstractDatastoreApi | @author Burt Beckwith | 
| AbstractGormApi | Abstract GORM API provider. | 
| DelegatingGormEntityApi | A delegating implementation of GormEntityApi | 
| GormEnhancer | Enhances a class with GORM behavior | 
| GormInstanceApi | Instance methods of the GORM API. | 
| GormStaticApi | Static methods of the GORM API. | 
| GormValidationApi | Methods used for validating GORM instances. |