@CompileStatic abstract class AbstractGormApi<D> extends AbstractDatastoreApi
Abstract GORM API provider.
D - the entity/domain class| Modifiers | Name | Description |
|---|---|---|
protected Class<D> |
persistentClass |
|
protected PersistentEntity |
persistentEntity |
| Fields inherited from class | Fields |
|---|---|
class AbstractDatastoreApi |
datastore |
| Constructor and description |
|---|
AbstractGormApi(Class<D> persistentClass, Datastore datastore) |
AbstractGormApi(Class<D> persistentClass, MappingContext mappingContext) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
List<Method> |
getExtendedMethods() |
|
List<Method> |
getMethods() |
|
protected Object |
initializeMethods(Object clazz) |
| Methods inherited from class | Name |
|---|---|
class AbstractDatastoreApi |
execute, execute, getDatastore |
Groovy Documentation