[root]/groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg
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
50 lines of code changed in:
organised imports, changed log output
8 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
13 lines of code changed in:
updated to not cascade updates to the parent in a "belongTo" scenario.. thus avoiding the scenario where the owning class gets deleted by the child (ie a very bad thing)
24 lines of code changed in:
updated to use refactored SecondPass compile class in update hibernate jar
9 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.
126 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
31 lines of code changed in:
added null checks for grails application instance
7 lines of code changed in:
added ability to map grails domain classes with hibernate if necessary
5 lines of code changed in:
Update to use the link with column copy technique to define bidirectional one-to-many relationshps
41 lines of code changed in:
Fixed uni-directional one-to-many relationships not being persisted from Set
3 lines of code changed in:
updated to use BackRef for non-inverse collection, set collections to be lazy and added tests for many-to-one relationships with unit test configured for lazy loading
5 lines of code changed in:
Fixed problem that prevented relationships being created on the one side of a many-to-one relationship
31 lines of code changed in:
commented out unused method
2 lines of code changed in:
Fixed problem where bidirectional one-to-manys where not being mapped correctly causing the relationships to not be retrieved when querying
51 lines of code changed in:
Changed to use GrailsSecondPass so that it compiles on jdk 1.4
6 lines of code changed in:
commented out references to SecondPass class which requires jdk 1.5 until a decision is made what to do about this
6 lines of code changed in:
initial implementation of one-to-one and one-to-many mappings
286 lines of code changed in:
separated out interface and created subclass of AnnotationConfiguration to support annotated java classes
62 lines of code changed in:
(5 more)