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

Modified Files:
        DeepHierarchyMapping.hbm.xml ParentClass.java 
Log Message:
(XDP-50) Fix problem with 'property-ref' attribute

Index: ParentClass.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/hierarchy/ParentClass.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ParentClass.java    26 Apr 2005 07:00:15 -0000      1.1
--- ParentClass.java    6 May 2005 07:37:26 -0000       1.2
***************
*** 17,21 ****
  
      /**
!      * @hibernate.many-to-one
       */
      public DependentClass getDependentClass() {
--- 17,21 ----
  
      /**
!      * @hibernate.many-to-one property-ref="not_pk"
       */
      public DependentClass getDependentClass() {

Index: DeepHierarchyMapping.hbm.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/hierarchy/DeepHierarchyMapping.hbm.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DeepHierarchyMapping.hbm.xml        26 Apr 2005 07:00:15 -0000      1.1
--- DeepHierarchyMapping.hbm.xml        6 May 2005 07:37:26 -0000       1.2
***************
*** 7,11 ****
              <generator class="native"/>
          </id>
!         <many-to-one name="dependentClass"/>
          <property name="date"/>
          <property name="field"/>
--- 7,11 ----
              <generator class="native"/>
          </id>
!         <many-to-one name="dependentClass" property-ref="not_pk"/>
          <property name="date"/>
          <property name="field"/>



-------------------------------------------------------
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