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-serv1544/src/test/java/org/xdoclet/plugin/hibernate/pojo

Modified Files:
        AnyMapping.java MapMapping.java 
Log Message:
Added @hibernate.any-column for using with @hibernate.any

Index: MapMapping.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/MapMapping.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** MapMapping.java     25 May 2005 08:01:48 -0000      1.8
--- MapMapping.java     2 Jun 2005 13:34:18 -0000       1.9
***************
*** 48,53 ****
       * @hibernate.index-column name="ind_id_"
       * @hibernate.many-to-any id-type="long"
!      * @hibernate.column name="el_clazz_"
!      * @hibernate.column name="el_id_"
       */
      public Map getManyToAny() {
--- 48,53 ----
       * @hibernate.index-column name="ind_id_"
       * @hibernate.many-to-any id-type="long"
!      * @hibernate.any-column name="el_clazz_"
!      * @hibernate.any-column name="el_id_"
       */
      public Map getManyToAny() {

Index: AnyMapping.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/AnyMapping.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AnyMapping.java     17 May 2005 12:42:54 -0000      1.5
--- AnyMapping.java     2 Jun 2005 13:34:18 -0000       1.6
***************
*** 14,18 ****
      /**
       * @hibernate.any id-type="string" meta-type="ProductClass"
!      * @hibernate.column name="glum"
       */
      Object field;
--- 14,18 ----
      /**
       * @hibernate.any id-type="string" meta-type="ProductClass"
!      * @hibernate.any-column name="glum"
       */
      Object field;
***************
*** 22,27 ****
       * @hibernate.any id-type="long" meta-type="string" 
cascade="all-delete-orphan,refresh"
       * insert="true" update="false" index="glum"
!      * @hibernate.column name = "glem" sql-type = "foo"
!      * @hibernate.column name = "glum"
       * @hibernate.meta attribute = "foo" value = "bar" inherit = "false"
       * @hibernate.meta-value class = "blurge" value = "glam"
--- 22,27 ----
       * @hibernate.any id-type="long" meta-type="string" 
cascade="all-delete-orphan,refresh"
       * insert="true" update="false" index="glum"
!      * @hibernate.any-column name = "glem" sql-type = "foo"
!      * @hibernate.any-column name = "glum"
       * @hibernate.meta attribute = "foo" value = "bar" inherit = "false"
       * @hibernate.meta-value class = "blurge" value = "glam"



-------------------------------------------------------
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-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to