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