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-serv4570/src/main/java/org/xdoclet/plugin/hibernate/qtags

Modified Files:
        HibernateOneToManyTag.java HibernateTypedefParamTag.java 
Log Message:
(XDP-59) Added support of multyply 'typedef-param' attributes for class

Index: HibernateOneToManyTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateOneToManyTag.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** HibernateOneToManyTag.java  25 May 2005 08:01:48 -0000      1.7
--- HibernateOneToManyTag.java  26 May 2005 06:45:47 -0000      1.8
***************
*** 18,22 ****
   * @qtags.location field
   */
! public interface HibernateOneToManyTag extends 
com.thoughtworks.qdox.model.DocletTag, Node, EntityName, EmbedXml, NotFound {
      /**
       * class of many side.
--- 18,23 ----
   * @qtags.location field
   */
! public interface HibernateOneToManyTag extends 
com.thoughtworks.qdox.model.DocletTag, Node, EntityName, EmbedXml,
!     NotFound {
      /**
       * class of many side.

Index: HibernateTypedefParamTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateTypedefParamTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HibernateTypedefParamTag.java       26 Apr 2005 07:00:10 -0000      1.1
--- HibernateTypedefParamTag.java       26 May 2005 06:45:47 -0000      1.2
***************
*** 13,15 ****
--- 13,19 ----
   */
  public interface HibernateTypedefParamTag extends HibernateParamTag {
+     /**
+      * Name of typedef
+      */
+     String getTypedefName();
  }
\ No newline at end of file



-------------------------------------------------------
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to