@groovy.transform.CompileStatic class MongoGormEnhancer extends GormEnhancer
GORM enhancer for Mongo.
| Properties inherited from class | Properties |
|---|---|
class GormEnhancer |
datastore, dynamicEnhance, failOnError, finders, includeExternal, markDirty, transactionManager |
| Constructor and description |
|---|
MongoGormEnhancer(MongoDatastore datastore, PlatformTransactionManager transactionManager, boolean failOnError) |
MongoGormEnhancer(MongoDatastore datastore, PlatformTransactionManager transactionManager, MongoConnectionSourceSettings settings) |
MongoGormEnhancer(MongoDatastore datastore) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static void |
registerMongoMethodExpressions() |