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

Modified Files:
        Animal.java 
Log Message:
XDT-1257: add hibernate 3 attributes for set element

Index: Animal.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/samples/src/java/test/hibernate30/Animal.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Animal.java 2 May 2005 14:36:59 -0000       1.1
--- Animal.java 3 Jun 2005 14:34:36 -0000       1.2
***************
*** 27,39 ****
  
        /**
!        * @hibernate.set
!        *  lazy="true"
!        *  table="PREDATOR_PREY"
!        *  order-by="PREY_ID"
!        * @hibernate.collection-key
!        *  column="PREDATOR_ID"
!        * @hibernate.collection-many-to-many
!        *  column="PREY_ID"
!        * @return Set
         */
        public Set getPrey() {
--- 27,52 ----
  
        /**
!        * @hibernate.set access="property"
!        *                table="PREDATOR_PREY"
!        *                schema="schema"
!        *                catalog="catalog"
!        *                subselect="subselect sql"
!        *                lazy="true"
!        *                sort="natural"
!        *                inverse="false"
!        *                cascase="all-delete-orphan"
!        *                order-by="PREY_ID"
!        *                where="sql"
!        *                batch-size="10"
!        *                outer-join="auto"
!        *                fetch="subselect"
!        *                persister="persistClass"
!        *                collection-type="collection-type"
!        *                check="check sql"
!        *                optimistic-lock="true"
!        *                node="animal"
!        *                embed-xml="true"
!        * @hibernate.collection-key column="PREDATOR_ID"
!        * @hibernate.collection-many-to-many column="PREY_ID"
         */
        public Set getPrey() {



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to