Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30325/src/test/java/org/xdoclet/plugin/hibernate/pojo

Modified Files:
        Relation.hbm.xml Relation.java 
Log Message:
refactored column / formula tags to keep order as proposed by Stanislav 
Bryzgalov



Index: Relation.hbm.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/Relation.hbm.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Relation.hbm.xml    23 Mar 2006 18:31:13 -0000      1.17
--- Relation.hbm.xml    7 May 2006 12:38:29 -0000       1.18
***************
*** 23,27 ****
--- 23,29 ----
          <many-to-one name="oneSideWithMutipleKeys" 
class="com.infodesire.infobit.dao.AclImpl" >
              <column name="one"/>
+             <formula>foo bar baz bang</formula>
              <column name="two"/>
+             <formula>blurge blurge blablabla</formula>
          </many-to-one>
          <one-to-one name="oneToOne" constrained="false" 
property-ref="sysHolderByIdHolder" >

Index: Relation.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/Relation.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Relation.java       23 Mar 2006 18:31:13 -0000      1.13
--- Relation.java       7 May 2006 12:38:29 -0000       1.14
***************
*** 47,51 ****
--- 47,53 ----
       * @hibernate.many-to-one class="com.infodesire.infobit.dao.AclImpl"
       * @hibernate.column name="one"
+      * @hibernate.formula value="foo bar baz bang"
       * @hibernate.column name="two"
+      * @hibernate.formula value="blurge blurge blablabla"
       */
      public Simple getOneSideWithMutipleKeys() {



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to