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

Modified Files:
        HibernateKeyTag.java 
Log Message:
(XDP-50) Fix problem with 'property-ref' attribute

Index: HibernateKeyTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateKeyTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** HibernateKeyTag.java        26 Apr 2005 07:00:10 -0000      1.6
--- HibernateKeyTag.java        6 May 2005 07:37:25 -0000       1.7
***************
*** 17,21 ****
   */
  public interface HibernateKeyTag extends 
com.thoughtworks.qdox.model.DocletTag, Column, ForeignKey, Update, Unique,
!     NotNull {
      /**
       * Specifies whether the foreign key constraint has database-level 
cascade delete enabled.
--- 17,21 ----
   */
  public interface HibernateKeyTag extends 
com.thoughtworks.qdox.model.DocletTag, Column, ForeignKey, Update, Unique,
!     NotNull, PropertyRef {
      /**
       * Specifies whether the foreign key constraint has database-level 
cascade delete enabled.
***************
*** 25,32 ****
       */
      String getOnDelete();
- 
-     /**
-      * Specifies that the foreign key refers to columns that are not the 
primary key of the orginal table.
-      */
-     String getPropertyRef();
  }
\ No newline at end of file
--- 25,27 ----



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