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

Modified Files:
        ComponentMapping.java Simple.java 
Log Message:
(XDP-49) Added support of 'union-subclass'

Index: Simple.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/Simple.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Simple.java 26 Apr 2005 07:00:17 -0000      1.14
--- Simple.java 6 May 2005 16:08:02 -0000       1.15
***************
*** 20,23 ****
--- 20,24 ----
      private Object _fullBlown;
      private String _name;
+ 
      /**
       * property defined on field level

Index: ComponentMapping.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/ComponentMapping.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ComponentMapping.java       6 May 2005 08:09:42 -0000       1.5
--- ComponentMapping.java       6 May 2005 16:08:02 -0000       1.6
***************
*** 13,24 ****
  public class ComponentMapping {
      /**
!      * @hibernate.component
       */
!     Simple field;
  
      /**
!      * @hibernate.component prefix="p"
       */
!     AnotherClass classComponent;
  
      /**
--- 13,24 ----
  public class ComponentMapping {
      /**
!      * @hibernate.component prefix="p"
       */
!     AnotherClass classComponent;
  
      /**
!      * @hibernate.component
       */
!     Simple field;
  
      /**
***************
*** 37,48 ****
      }
  
-     public class Simple {
-         /**
-          * @hibernate.property column="col"
-          */
-         String foo;
-     }
- 
- 
      public class AnotherClass {
          /**
--- 37,40 ----
***************
*** 52,54 ****
--- 44,53 ----
          String stringField;
      }
+ 
+     public class Simple {
+         /**
+          * @hibernate.property column="col"
+          */
+         String foo;
+     }
  }
\ No newline at end of file



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to