Update of /cvsroot/xdoclet/xdoclet/samples/src/java/test/hibernate30
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27907/src/java/test/hibernate30

Modified Files:
        Person.java 
Log Message:
show use of column element parent specification

Index: Person.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/samples/src/java/test/hibernate30/Person.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Person.java 2 Jun 2005 14:15:38 -0000       1.4
--- Person.java 12 Jul 2005 17:26:01 -0000      1.5
***************
*** 61,65 ****
        /**
         * @hibernate.join table="ADDRESS"
!        * @hibernate.key column="ADDRESS_ID"
         * @hibernate.property column="CITY"
         */
--- 61,68 ----
        /**
         * @hibernate.join table="ADDRESS"
!        * @hibernate.key element-id="key2"
!        * @hibernate.column name="ADDRESS_ID" parent-element="key2"
!        * @hibernate.column name="DO_NOT_GENERATE" 
parent-element="not-specified"
!        * @hibernate.column name="GENERIC_COLUMN" 
         * @hibernate.property column="CITY"
         */



-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to