gorm-standalone icon indicating copy to clipboard operation
gorm-standalone copied to clipboard

Using GORM outside Grails in a Spring application

Results 3 gorm-standalone issues
Sort by recently updated
recently updated
newest added

Grails 2.1.1 introduces a hibernateDatastore Spring bean (JIRA: http://jira.grails.org/browse/GRAILS-9373 - changeset: https://github.com/grails/grails-core/commit/a5028db9628e99d60ab0102bae980bbdfb5dc241). I tried creating the bean in the Spring xml config file (like the other Grails beans) like this:...

It seems like the new XML schema is broken, because the dynamic finders are not working properly

bug

It seems like is missing something to properly validate the domain class using the defined constraints

bug