[root]/groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/metaclass
removing the outdated grails module from the repository
0 lines of code changed in:
made method signature constant public
3 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
9 lines of code changed in:
- added new "count" and "exists" persistent methods
- removed flushing from save and delete, this is now performed by the servlet filter
51 lines of code changed in:
null checks to avoid errors
10 lines of code changed in:
changed to flush all pending updates to the db before calling update to avoid the "ignoring pesistent instance" problem
51 lines of code changed in:
fixed bug still referencing old hasErrors property and causing a runtime exception when validation occurs
1 lines of code changed in:
fixed bug setting hasErrors property which has been changed to a method
0 lines of code changed in:
fixed error reporting, changed tag lib dynamic methods to copy controllers properties instead of creating new ones etc.
2 lines of code changed in:
Added type conversion to list parameters so that parameters can be passed in via the request
14 lines of code changed in:
Updated to allow setting of offset, max results, order etc.
58 lines of code changed in:
Updated to only perform validation of its a GrailsDomainClass instance
21 lines of code changed in:
Updated to only to type conversion of identity if its a grails domain class
5 lines of code changed in:
changed so that if no arguments are specified to load all
1 lines of code changed in:
corrected javadoc
1 lines of code changed in:
Updated to pass remaining arguments to subclass so we can support additional parameters in finder methods
14 lines of code changed in:
Fixed ClassCastException calling executeFind instead of execute
2 lines of code changed in:
Updated finder methods to be more like those found within groovy.. find not returns the first result found, findAll returns a list of all results found etc.
174 lines of code changed in:
updated save persistent method to perform validation by default and test cases to reflect this
43 lines of code changed in:
Changed to use the metaclass to set the errors and hasErrors properties
7 lines of code changed in:
(28 more)