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

Modified Files:
        HibernateIdTag.java HibernateQueryTag.java 
        HibernateSqlQueryTag.java 
Log Message:
(XDP-57) Apply patch

Index: HibernateSqlQueryTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateSqlQueryTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HibernateSqlQueryTag.java   5 May 2005 11:43:33 -0000       1.1
--- HibernateSqlQueryTag.java   17 May 2005 13:42:39 -0000      1.2
***************
*** 13,15 ****
--- 13,50 ----
   */
  public interface HibernateSqlQueryTag extends 
com.thoughtworks.qdox.model.DocletTag {
+     /**
+      * Query Attribute
+      *
+      */
+     String getCacheRegion();
+ 
+     /**
+      * Query Attribute
+      */
+     Boolean getCacheable();
+ 
+     /**
+      * Name of this query
+      *
+      * @qtags.required
+      */
+     String getName_();
+ 
+     /**
+      * Query contents
+      *
+      */
+     String getQuery();
+ 
+     /**
+      * Query Parameter Return-Scalar-Column
+      *
+      */
+     String getReturnScalarColumn();
+ 
+     /**
+      * Query Parameter Return-Scalar-Type
+      *
+      */
+     String getReturnScalarType();
  }
\ No newline at end of file

Index: HibernateQueryTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateQueryTag.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** HibernateQueryTag.java      26 Apr 2005 07:00:10 -0000      1.7
--- HibernateQueryTag.java      17 May 2005 13:42:39 -0000      1.8
***************
*** 13,16 ****
--- 13,30 ----
  public interface HibernateQueryTag extends 
com.thoughtworks.qdox.model.DocletTag {
      /**
+      * Query Attribute
+      *
+      */
+     String getCacheRegion();
+ 
+     /**
+      * Query Attribute
+      *
+      * @qtags.allowed-value true
+      * @qtags.allowed-value false
+      */
+     String getCacheable();
+ 
+     /**
       * Name of this query
       *
***************
*** 22,27 ****
       * Query contents
       *
-      * @qtags.required
       */
      String getQuery();
  }
\ No newline at end of file
--- 36,49 ----
       * Query contents
       *
       */
      String getQuery();
+ 
+     /**
+      * Query Parameter Representation.
+      *
+      * @qtags.allowed-value dom4j
+      * @qtags.allowed-value dynamic-map
+      * @qtags.allowed-value pojo
+      */
+     String getRepresentation();
  }
\ No newline at end of file

Index: HibernateIdTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateIdTag.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** HibernateIdTag.java 26 Apr 2005 07:00:10 -0000      1.11
--- HibernateIdTag.java 17 May 2005 13:42:39 -0000      1.12
***************
*** 16,20 ****
   * @qtags.location field
   */
! public interface HibernateIdTag extends 
com.thoughtworks.qdox.model.DocletTag, Column, Length, Type, UnsavedValue, Node 
{
      /**
       * The key generator class. Hibernate recognizes standart generator
--- 16,21 ----
   * @qtags.location field
   */
! public interface HibernateIdTag extends 
com.thoughtworks.qdox.model.DocletTag, Column, Length, Type, UnsavedValue, Node,
!     Name {
      /**
       * The key generator class. Hibernate recognizes standart generator



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to