We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3a410 commit ca28e6eCopy full SHA for ca28e6e
grails-resources/src/grails/grails-app/conf/DataSource.groovy
@@ -11,6 +11,7 @@ hibernate {
11
// cache.region.factory_class = 'net.sf.ehcache.hibernate.EhCacheRegionFactory' // Hibernate 3
12
cache.region.factory_class = 'org.hibernate.cache.ehcache.EhCacheRegionFactory' // Hibernate 4
13
singleSession = true // configure OSIV singleSession mode
14
+ flush.mode = 'manual' // OSIV session flush mode outside of transactional context
15
}
16
17
// environment specific settings
0 commit comments