Directory groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/metaclass/

Directory Created:
2005-08-07 23:22
Directory Deleted:
2006-12-04 19:59
Total Files:
0
Deleted Files:
20
Lines of Code:
0

Browse with ViewVC

[root]/groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/metaclass

Lines of Code

groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/metaclass/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 113 (100.0%) 1326 (100.0%) 11.7
graeme 83 (73.5%) 1272 (95.9%) 15.3
sdevijver 10 (8.8%) 54 (4.1%) 5.4
blackdrag 20 (17.7%) 0 (0.0%) 0.0

Most Recent Commits

blackdrag 2006-12-04 19:59

removing the outdated grails module from the repository

0 lines of code changed in:

graeme 2006-02-23 19:38

made method signature constant public

3 lines of code changed in:

graeme 2006-02-19 11:54

- 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:

graeme 2006-02-17 12:15

- 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:

graeme 2006-02-17 12:14

null checks to avoid errors

10 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/metaclass: GetPersistentMethod.java (+10 -9)
graeme 2006-02-13 20:21

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:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/metaclass: SavePersistentMethod.java (+51 -42)
graeme 2006-02-02 11:15

fixed bug still referencing old hasErrors property and causing a runtime exception when validation occurs

1 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/metaclass: SavePersistentMethod.java (+1 -2)
graeme 2006-01-27 17:39

fixed bug setting hasErrors property which has been changed to a method

0 lines of code changed in:

graeme 2006-01-17 19:44

fixed error reporting, changed tag lib dynamic methods to copy controllers properties instead of creating new ones etc.

2 lines of code changed in:

graeme 2005-12-28 13:11

Added type conversion to list parameters so that parameters can be passed in via the request

14 lines of code changed in:

graeme 2005-12-22 10:13

Updated to allow setting of offset, max results, order etc.

58 lines of code changed in:

graeme 2005-12-19 18:28

Updated to only perform validation of its a GrailsDomainClass instance

21 lines of code changed in:

graeme 2005-12-19 18:28

Updated to only to type conversion of identity if its a grails domain class

5 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/metaclass: GetPersistentMethod.java (+5 -3)
graeme 2005-12-19 12:56

changed so that if no arguments are specified to load all

1 lines of code changed in:

graeme 2005-12-19 12:26

corrected javadoc

1 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/metaclass: ListPersistentMethod.java (+1 -1)
graeme 2005-12-19 12:21

Updated to pass remaining arguments to subclass so we can support additional parameters in finder methods

14 lines of code changed in:

graeme 2005-12-13 18:25

Fixed ClassCastException calling executeFind instead of execute

2 lines of code changed in:

graeme 2005-12-13 18:13

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:

graeme 2005-11-22 14:55

updated save persistent method to perform validation by default and test cases to reflect this

43 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/metaclass: SavePersistentMethod.java (+43 -3)
graeme 2005-11-22 14:47

Changed to use the metaclass to set the errors and hasErrors properties

7 lines of code changed in:

(28 more)

Generated by StatSVN 0.3.2-SNAPSHOT