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

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

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 34 (100.0%) 884 (100.0%) 26.0
graeme 27 (79.4%) 869 (98.3%) 32.1
sdevijver 1 (2.9%) 13 (1.5%) 13.0
dierk 1 (2.9%) 2 (0.2%) 2.0
blackdrag 5 (14.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 10:44

added configuration of relationships between classes configured with hibernate so that generation of scaffolded views that contain relationships work with hibernate mapped domain classes

50 lines of code changed in:

graeme 2006-02-20 21:44

organised imports, changed log output

8 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

13 lines of code changed in:

graeme 2006-02-17 12:16

updated to not cascade updates to the parent in a "belongTo" scenario.. thus avoiding the scenario where the owning class gets deleted by the child (ie a very bad thing)

24 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg: GrailsDomainBinder.java (+24 -6)
graeme 2006-02-13 19:37

updated to use refactored SecondPass compile class in update hibernate jar

9 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg: GrailsDomainBinder.java (+9 -27)
graeme 2006-02-07 10:54

moved configuration of domain class methods outside of Configuration class and into session factory bean thus allowing configuration of domain class methods on a session factory that is wrapped in a Proxy which was causing a bug where the OpenSessionInViewFIilter failed to work.

126 lines of code changed in:

graeme 2006-01-03 11:47

moved configuration of grails dynamic persistent methods into hibernate configuration class so that it can be used standalone and integrated into other apps without dependency on the rest of grails

31 lines of code changed in:

graeme 2006-01-03 11:36

added null checks for grails application instance

7 lines of code changed in:

graeme 2005-12-26 12:40

added ability to map grails domain classes with hibernate if necessary

5 lines of code changed in:

graeme 2005-12-20 10:31

Update to use the link with column copy technique to define bidirectional one-to-many relationshps

41 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg: GrailsDomainBinder.java (+41 -12)
graeme 2005-12-16 10:56

Fixed uni-directional one-to-many relationships not being persisted from Set

3 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg: GrailsDomainBinder.java (+3 -3)
graeme 2005-12-14 17:50

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

5 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg: GrailsDomainBinder.java (+5 -18)
graeme 2005-12-14 11:27

Fixed problem that prevented relationships being created on the one side of a many-to-one relationship

31 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg: GrailsDomainBinder.java (+31 -9)
graeme 2005-12-13 18:14

commented out unused method

2 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg: GrailsDomainBinder.java (+2 -5)
graeme 2005-11-17 18:05

Fixed problem where bidirectional one-to-manys where not being mapped correctly causing the relationships to not be retrieved when querying

51 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg: GrailsDomainBinder.java (+51 -16)
graeme 2005-08-31 10:27

Changed to use GrailsSecondPass so that it compiles on jdk 1.4

6 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg: GrailsDomainBinder.java (+6 -5)
graeme 2005-08-08 14:33

commented out references to SecondPass class which requires jdk 1.5 until a decision is made what to do about this

6 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg: GrailsDomainBinder.java (+6 -7)
graeme 2005-08-08 11:00

initial implementation of one-to-one and one-to-many mappings

286 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg: GrailsDomainBinder.java (+286 -36)
graeme 2005-08-08 10:59

separated out interface and created subclass of AnnotationConfiguration to support annotated java classes

62 lines of code changed in:

(5 more)

Generated by StatSVN 0.3.2-SNAPSHOT