@groovy.transform.CompileStatic @org.grails.datastore.mapping.config.SettingsBuilder 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 |
| Constructor and description |
|---|
HibernateConnectionSourceSettings() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.util.Properties |
toProperties()Convert to hibernate properties |
Settings for the dataSource
Whether to prepare the datastore for runtime reloading
Settings for Hibernate
Groovy Documentation