@groovy.transform.builder.Builder(builderStrategy: SimpleStrategy, prefix: ) @groovy.transform.AutoClone class HibernateConnectionSourceSettings extends ConnectionSourceSettings
Settings for Hibernate
| Modifiers | Name | Description |
|---|---|---|
static class |
HibernateConnectionSourceSettings.HibernateSettings |
| Type | Name and description |
|---|---|
DataSourceSettings |
dataSourceSettings for the dataSource |
boolean |
enableReloadWhether to prepare the datastore for runtime reloading |
HibernateConnectionSourceSettings.HibernateSettings |
hibernateSettings for Hibernate |
| Properties inherited from class | Properties |
|---|---|
class ConnectionSourceSettings |
autoFlush, autowire, connectionSourcesClass, custom, default, defaults, failOnError, failOnErrorPackages, flushMode, markDirty, multiTenancy |
| Constructor and description |
|---|
HibernateConnectionSourceSettings() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.util.Properties |
toProperties()Convert to hibernate properties |
| Methods inherited from class | Name |
|---|---|
class ConnectionSourceSettings |
getDefault, setDefault |
Settings for the dataSource
Whether to prepare the datastore for runtime reloading
Settings for Hibernate
Groovy Documentation