@CompileStatic @SettingsBuilder class HibernateConnectionSourceSettings extends ConnectionSourceSettings
Settings for Hibernate
| Modifiers | Name | Description |
|---|---|---|
static class |
HibernateConnectionSourceSettings.HibernateSettings |
| Fields inherited from class | Fields |
|---|---|
class ConnectionSourceSettings |
__$stMC, PREFIX, SETTING_AUTO_FLUSH, SETTING_FLUSH_MODE, SETTING_FAIL_ON_ERROR, SETTING_MARK_DIRTY, SETTING_DEFAULT_MAPPING, SETTING_DEFAULT_CONSTRAINTS, SETTING_CUSTOM_TYPES, SETTING_MULTI_TENANCY_MODE, SETTING_MULTI_TENANT_RESOLVER_CLASS, SETTING_MULTI_TENANT_RESOLVER, SETTING_DATASOURCES, SETTING_DATASOURCE, SETTING_DB_CREATE |
| Type | Name and description |
|---|---|
DataSourceSettings |
dataSourceSettings for the dataSource |
boolean |
enableReloadWhether to prepare the datastore for runtime reloading |
HibernateConnectionSourceSettings.HibernateSettings |
hibernateSettings for Hibernate |
| Constructor and description |
|---|
HibernateConnectionSourceSettings() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Properties |
toProperties()Convert to hibernate properties |
| Methods inherited from class | Name |
|---|---|
class ConnectionSourceSettings |
$getLookup, autoFlush, autowire, clone, clone, connectionSourcesClass, custom, defaults, equals, failOnError, failOnErrorPackages, flushMode, getAutoFlush, getAutowire, getClass, getConnectionSourcesClass, getCustom, getDefault, getDefaults, getFailOnError, getFailOnErrorPackages, getFlushMode, getMarkDirty, getMetaClass, getMultiTenancy, getProperty, hashCode, invokeMethod, isAutoFlush, isAutowire, isFailOnError, markDirty, multiTenancy, notify, notifyAll, setAutoFlush, setAutowire, setConnectionSourcesClass, setCustom, setDefault, setDefaults, setFailOnError, setFailOnErrorPackages, setFlushMode, setMarkDirty, setMetaClass, setMultiTenancy, setProperty, this$dist$get$1, this$dist$invoke$1, this$dist$set$1, toString, wait, wait, wait |
Settings for the dataSource
Whether to prepare the datastore for runtime reloading
Settings for Hibernate
Convert to hibernate properties
Groovy Documentation