Utility class for use by plugins in configuration of dynamic methods. Subclasses should provide the implementation of getDatastoreType and override protected methods to configure behavior.
Type | Name and description |
---|---|
Datastore |
datastore |
boolean |
failOnError |
boolean |
hasExistingDatastore |
org.springframework.transaction.PlatformTransactionManager |
transactionManager |
Constructor and description |
---|
DynamicMethodsConfigurer
(Datastore datastore, org.springframework.transaction.PlatformTransactionManager transactionManager) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
configure() |
|
protected GormEnhancer |
createEnhancer() |
|
protected GormInstanceApi |
createGormInstanceApi(java.lang.Class cls) |
|
protected GormStaticApi |
createGormStaticApi(java.lang.Class cls, java.util.List<FinderMethod> finders) |
|
java.lang.String |
getDatastoreType() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |