[root]/groovy/modules/grails/test/persistence/org/codehaus/groovy/grails/orm/hibernate
removing the outdated grails module from the repository
0 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:
fixed spelling mistake in class name
3 lines of code changed in:
fixed duplicate class def errors in hcb tests
10 lines of code changed in:
Added the ability to map java domain classes in hibernate but still use grails dynamic persistent methods
29 lines of code changed in:
Updated to pass remaining arguments to subclass so we can support additional parameters in finder methods
2 lines of code changed in:
Fixed uni-directional one-to-many relationships not being persisted from Set
40 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
37 lines of code changed in:
Fixed problem that prevented relationships being created on the one side of a many-to-one relationship
42 lines of code changed in:
added simple assertion
2 lines of code changed in:
updated tests to reflect changes in method signatures for finder methods
23 lines of code changed in:
updated save persistent method to perform validation by default and test cases to reflect this
2 lines of code changed in:
more tests for validate method
26 lines of code changed in:
fixed support for Hibernate HQL queries in finder methods, add validation of queries, added support for query parameters and restriction of max results
53 lines of code changed in:
changed to test setup configuration programmatically
38 lines of code changed in:
added setter for grails application so that the test case doesn't fail!
11 lines of code changed in:
updated constructor call
4 lines of code changed in:
updated to create a controller helper
5 lines of code changed in:
Added new dynamic property that lets you set the properties on a domain class dynamically from a map of OGNL expressions
52 lines of code changed in:
tests for the HibernateCriteriaBuilder
7 lines of code changed in:
(10 more)