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

Modified Files:
        LineItem.java 
Log Message:
XDT-1257: many-to-one and subelements aligned with hibernate 3.0 DTD

Index: LineItem.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/samples/src/java/test/hibernate30/LineItem.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** LineItem.java       2 May 2005 14:36:59 -0000       1.1
--- LineItem.java       25 May 2005 16:11:44 -0000      1.2
***************
*** 24,35 ****
  
        /**
!        * @hibernate.many-to-one
!        *  outer-join="true"
!        *  cascade="save-update"
!        *  column="ORDER_ID"
!        *  not-null="true"
!        *  unique="true"
!        *  sql-type="BIGINT"
!        * @return Order
         */
        public Order getOrder() {
--- 24,52 ----
  
        /**
!        * @hibernate.many-to-one access="property"
!        *                        class="test.hibernate30.Order"
!        *                        entity-name="ORDERS"
!        *                        column="ORDER_ID"
!        *                        not-null="true"
!        *                        unique="true"
!        *                        cascade="save-update"
!        *                        outer-join="true"
!        *                        fetch="join"
!        *                        update="true"
!        *                        insert="true"
!        *                        optimistic-lock="true"
!        *                        foreign-key="foreign key"
!        *                        property-ref="property ref"
!        *                        forumla="sql"
!        *                        index="index"
!        *                        lazy="true"
!        *                        node="xml node"
!        *                        embed-xml="true"
!        * @hibernate.column name="column1"
!        * @hibernate.column name="column2"
!        * @hibernate.meta attribute="meta1" value="value1"
!        * @hibernate.meta attribute="meta2" value="value2"
!        * @hibernate.formula "formula sql 1"
!        * @hibernate.formula "formula sql 2"
         */
        public Order getOrder() {



-------------------------------------------------------
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to