@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 |
dataSource Settings for the dataSource |
boolean |
enableReload Whether to prepare the datastore for runtime reloading |
HibernateConnectionSourceSettings.HibernateSettings |
hibernate Settings for Hibernate |
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