Patches item #827237, was opened at 2003-10-21 01:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536547&aid=827237&group_id=73047

Category: Templates
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Royle (peteroyle)
Assigned to: Nobody/Anonymous (nobody)
Summary: Hibernate cartridge additions

Initial Comment:
This patch adds:

 - automatic setting of bidirectional association values 
(ie. Foo.setBar(bar) calls bar.setFoo(this))
 - Automaticaly determines primary key generator-class 
according to primary key type (eg. uuid.hex for string, 
native for Integer)
 - Adding a tagged value called  hibernate.id.foreign-
property="theProperty"  and hibernate.id.generator-
class="foreign" on a  primary key sets the generator-
class to "foreign" and  the "theProperty" as the value of 
the <param name="property"> element in the mapping.
 - Any other value specified for the 
hibernate.id.generator-class tagged value will be used in 
the mapping file.
 - Added cascade="none" on property method headers. I 
like to change these values to "all" as well as 
lazy="false" in the templates during early RAD.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536547&aid=827237&group_id=73047


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Andromda-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to