[root]/groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate
cfg
(0 files, 0 lines)
exceptions
(0 files, 0 lines)
metaclass
(0 files, 0 lines)
support
(0 files, 0 lines)
validation
(0 files, 0 lines)
removing the outdated grails module from the repository
0 lines of code changed in:
added configuration of relationships between classes configured with hibernate so that generation of scaffolded views that contain relationships work with hibernate mapped domain classes
59 lines of code changed in:
- added support for hibernate annotations for java 5
- implemented initial support for scaffolding domain classes written in java and mapped with hibernate (view scaffolding not done yet)
- added support for domain classes written in java to integrate with grails' validation mechanism
26 lines of code changed in:
moved configuration of domain class methods outside of Configuration class and into session factory bean thus allowing configuration of domain class methods on a session factory that is wrapped in a Proxy which was causing a bug where the OpenSessionInViewFIilter failed to work.
18 lines of code changed in:
fixed spelling mistake in class name
4 lines of code changed in:
moved configuration of grails dynamic persistent methods into hibernate configuration class so that it can be used standalone and integrated into other apps without dependency on the rest of grails
1 lines of code changed in:
Added the ability to map java domain classes in hibernate but still use grails dynamic persistent methods
33 lines of code changed in:
Improved persistent method call mechanism +
implemented test cases +
implemented groovy file ordered loading to avoid ClassCastException +
add oders sample
3 lines of code changed in:
changed to use existing configurationClass property to load correct configuration so we can support annotation configuration
22 lines of code changed in:
Set Groovy class loader before loading Hibernate configuration.
21 lines of code changed in:
Added basic implementation of Hibernate mapping sans Inheritance and relationships
1 lines of code changed in: