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

Modified Files:
        HibernateManyToManyTag.java HibernateManyToOneTag.java 
        HibernateOneToManyTag.java 
Log Message:
(XDP-58) added support of not-found attribute to collection elements

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.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** HibernateOneToManyTag.java  11 May 2005 06:55:41 -0000      1.6
--- HibernateOneToManyTag.java  25 May 2005 08:01:48 -0000      1.7
***************
*** 9,12 ****
--- 9,13 ----
  import org.xdoclet.plugin.hibernate.qtags.parameter.EntityName;
  import org.xdoclet.plugin.hibernate.qtags.parameter.Node;
+ import org.xdoclet.plugin.hibernate.qtags.parameter.NotFound;
  
  /**
***************
*** 17,21 ****
   * @qtags.location field
   */
! public interface HibernateOneToManyTag extends 
com.thoughtworks.qdox.model.DocletTag, Node, EntityName, EmbedXml {
      /**
       * class of many side.
--- 18,22 ----
   * @qtags.location field
   */
! public interface HibernateOneToManyTag extends 
com.thoughtworks.qdox.model.DocletTag, Node, EntityName, EmbedXml, NotFound {
      /**
       * class of many side.

Index: HibernateManyToOneTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateManyToOneTag.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** HibernateManyToOneTag.java  26 Apr 2005 07:00:10 -0000      1.14
--- HibernateManyToOneTag.java  25 May 2005 08:01:48 -0000      1.15
***************
*** 19,22 ****
  public interface HibernateManyToOneTag extends 
com.thoughtworks.qdox.model.DocletTag, Unique, OuterJoin, Cascade, NotNull,
      Insert, Update, Column, Clazz, Lazy, Access, OptimisticLock, EntityName, 
Fetch, Formula, Index, Node, EmbedXml,
!     ForeignKey, PropertyRef {
  }
\ No newline at end of file
--- 19,22 ----
  public interface HibernateManyToOneTag extends 
com.thoughtworks.qdox.model.DocletTag, Unique, OuterJoin, Cascade, NotNull,
      Insert, Update, Column, Clazz, Lazy, Access, OptimisticLock, EntityName, 
Fetch, Formula, Index, Node, EmbedXml,
!     ForeignKey, PropertyRef, NotFound {
  }
\ No newline at end of file

Index: HibernateManyToManyTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateManyToManyTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** HibernateManyToManyTag.java 26 Apr 2005 07:00:10 -0000      1.6
--- HibernateManyToManyTag.java 25 May 2005 08:01:48 -0000      1.7
***************
*** 17,21 ****
   */
  public interface HibernateManyToManyTag extends 
com.thoughtworks.qdox.model.DocletTag, Column, OuterJoin, ForeignKey,
!     Fetch, Node, EmbedXml, EntityName, Formula, Unique {
      /**
       * @qtags.required
--- 17,21 ----
   */
  public interface HibernateManyToManyTag extends 
com.thoughtworks.qdox.model.DocletTag, Column, OuterJoin, ForeignKey,
!     Fetch, Node, EmbedXml, EntityName, Formula, Unique, NotFound {
      /**
       * @qtags.required



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