Abstract GORM API provider.
- the entity/domain class| Modifiers | Name | Description |
|---|---|---|
protected java.lang.Class<D> |
persistentClass |
|
protected org.grails.datastore.mapping.model.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, org.grails.datastore.mapping.core.Datastore datastore) |
AbstractGormApi
(java.lang.Class<D> persistentClass, org.grails.datastore.mapping.model.MappingContext mappingContext) |
| 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 |