added tests for invalid arguments
20 lines of code changed in:
Implemented better detection of method signatures to support property names like "Order" where the clause is "Or", implemented validation of arguments against the GrailsDomainClassProperty instance and better error reporting
151 lines of code changed in:
Added passing of Grails application instance to hibernate persistent methods constructor
4 lines of code changed in:
Updated orders sample with one set of classes that work (in the root package) and another that don't (in the test package)
2 lines of code changed in:
little bug in the greater than or equal to code
1 lines of code changed in:
updated tests to test findBy expressions
51 lines of code changed in:
new find persistent method
2 lines of code changed in:
added query by example support
95 lines of code changed in:
Added more support for different method expressions
245 lines of code changed in:
Specify full package name in service class as workaround for NoClassDefFoundError.
7 lines of code changed in:
added test for nulll on arguments array
1 lines of code changed in:
added call to find() on matcher
4 lines of code changed in:
added method signature constant and changed to detects argument as a Long
5 lines of code changed in:
fixed problem with regex pattern and matcher finding
6 lines of code changed in:
fixed bug where local clazz field was not being set and then passed on as null
1 lines of code changed in:
added tests for persistent methods
229 lines of code changed in: