Sign in
apache
/
grails-data-mapping
/
ecc608831967aee5f035b1bba28dee848aaa93e7
/
.
/
grails-data-hibernate5
/
examples
/
grails-hibernate
/
src
/
main
/
groovy
/
functional
/
tests
/
CustomHibernateMappingContextConfiguration.groovy
blob: d1bf4e962f05014337b90de7a053414f85c524de [
file
] [
log
] [
blame
]
package
functional
.
tests
import
org
.
grails
.
orm
.
hibernate
.
cfg
.
HibernateMappingContextConfiguration
/**
* Created by graemerocher on 19/01/2017.
*/
class
CustomHibernateMappingContextConfiguration
extends
HibernateMappingContextConfiguration
{
}