[root]/grails/test/persistence/org/codehaus/groovy/grails/domain
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 56 (100.0%) | 878 (100.0%) | 15.6 |
| Graeme Rocher | 52 (92.9%) | 846 (96.4%) | 16.2 |
| dierk | 1 (1.8%) | 19 (2.2%) | 19.0 |
| marcpalmer | 3 (5.4%) | 13 (1.5%) | 4.3 |
corrections to various test cases following hibernate dynamic methods load order changes
5 lines of code changed in:
Refactor of GrailsApplication and artefact class management API. GRAILS-815 GRAILS-817 GRAILS-818 GRAILS-826
13 lines of code changed in:
fix for GRAILS-670
65 lines of code changed in:
Implemented new MetaClass that does regex matching but extends ExpandoMetaClass
6 lines of code changed in:
fix for GRAILS-444. Refactored codebase and build so that different jars are produced for gorm, crud, web and core
2 lines of code changed in:
moved to test dir
136 lines of code changed in:
Implemented new MetaClass that adding methods on the fly, fix for GRAILS-498
2 lines of code changed in:
removed @Property
37 lines of code changed in:
fixes GRAILS-349 (unidirectional one-to-manys) and many-to-many support
12 lines of code changed in:
Implemented GRAILS-131, dynamic constructor that does type conversion on domain classes
40 lines of code changed in:
GRAILS-165: Implemented support for table-per-heirarchy inheritence mapping in GORM
62 lines of code changed in:
removed redundant test case
0 lines of code changed in:
renamed test suite as it was not being picked up by build and added more tests for circular relationships
208 lines of code changed in:
added test for circular relationships
10 lines of code changed in:
fixed logic that was treating a circular one-to-many as a many-to-many and hence not mapping collections to hibernate causing collection lazy loading to break
26 lines of code changed in:
changed to use updated relatesToMany property
1 lines of code changed in:
renamed isPersistant to isPersistent and beautified test a bit.
19 lines of code changed in:
Fixed uni-directional one-to-many relationships not being persisted from Set
5 lines of code changed in:
Fixed problem that prevented relationships being created on the one side of a many-to-one relationship
3 lines of code changed in:
Fixed problem that prevented relationships being created on the one side of a many-to-one relationship
3 lines of code changed in:
(7 more)