@groovy.transform.builder.Builder(builderStrategy: SimpleStrategy, prefix: ) @groovy.transform.AutoClone @groovy.transform.CompileStatic class ConnectionSourceSettings extends java.lang.Object implements Settings
Default settings shared across all implementations
| Modifiers | Name | Description |
|---|---|---|
static class |
ConnectionSourceSettings.CustomSettings |
Any custom settings |
static class |
ConnectionSourceSettings.DefaultSettings |
Represents the default settings |
| Type | Name and description |
|---|---|
boolean |
autoFlushWhether to auto flush |
boolean |
autowireWhether to autowire entities via Spring if used |
java.lang.Class<ConnectionSources> |
connectionSourcesClassThe class used to create |
ConnectionSourceSettings.CustomSettings |
customCustom settings |
ConnectionSourceSettings.DefaultSettings |
default |
ConnectionSourceSettings.DefaultSettings |
defaults
|
boolean |
failOnErrorWhether to fail on a validation error |
java.util.List<java.lang.String> |
failOnErrorPackagesPackage names that should fail on error |
FlushModeType |
flushModeThe flush mode type, if any |
java.lang.Boolean |
markDirtyWhether to mark instances dirty on explicit save() |
MultiTenancySettings |
multiTenancyThe settings for Multi Tenancy |
| Constructor and description |
|---|
ConnectionSourceSettings() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
ConnectionSourceSettings.DefaultSettings |
getDefault()
|
|
void |
setDefault(ConnectionSourceSettings.DefaultSettings defaults) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Whether to auto flush
Whether to autowire entities via Spring if used
The class used to create
Custom settings
Whether to fail on a validation error
Package names that should fail on error
The flush mode type, if any
Whether to mark instances dirty on explicit save()
The settings for Multi Tenancy
Groovy Documentation