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

Modified Files:
        HibernateComponentTag.java HibernateManyToOneTag.java 
        HibernatePropertiesTag.java HibernatePropertyTag.java 
Log Message:
Refactoring @hibernate.properties

Index: HibernateComponentTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernateComponentTag.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** HibernateComponentTag.java  13 May 2005 07:50:38 -0000      1.11
--- HibernateComponentTag.java  15 Jun 2005 12:56:07 -0000      1.12
***************
*** 18,22 ****
   */
  public interface HibernateComponentTag extends 
com.thoughtworks.qdox.model.DocletTag, Clazz, Unique, Update, Insert, Lazy,
!     Node {
      /**
       * Specifies that updates to this component do or do not require 
acquisition of the optimistic lock.
--- 18,22 ----
   */
  public interface HibernateComponentTag extends 
com.thoughtworks.qdox.model.DocletTag, Clazz, Unique, Update, Insert, Lazy,
!     Node, PropertiesName {
      /**
       * Specifies that updates to this component do or do not require 
acquisition of the optimistic lock.

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.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** HibernateManyToOneTag.java  25 May 2005 08:01:48 -0000      1.15
--- HibernateManyToOneTag.java  15 Jun 2005 12:56:07 -0000      1.16
***************
*** 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
--- 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, PropertiesName {
  }
\ No newline at end of file

Index: HibernatePropertiesTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernatePropertiesTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HibernatePropertiesTag.java 26 Apr 2005 07:00:10 -0000      1.1
--- HibernatePropertiesTag.java 15 Jun 2005 12:56:07 -0000      1.2
***************
*** 9,20 ****
  
  /**
   * @author Anatol Pomozov
   * @qtags.location class
-  * @qtags.location method
-  * @qtags.location field
   */
  public interface HibernatePropertiesTag extends 
com.thoughtworks.qdox.model.DocletTag, Node, Unique, Insert, Update,
      OptimisticLock {
      /**
       * @qtags.required
       */
--- 9,23 ----
  
  /**
+  * Define <properties> element that allows the definition of a named, logical 
grouping of properties of a class.
+  * The most important use of the construct is that it allows a combination of 
properties to be the target of a property-ref.
+  * It is also a convenient way to define a multi-column unique constraint.
+  *
   * @author Anatol Pomozov
   * @qtags.location class
   */
  public interface HibernatePropertiesTag extends 
com.thoughtworks.qdox.model.DocletTag, Node, Unique, Insert, Update,
      OptimisticLock {
      /**
+      * Name of the properties
       * @qtags.required
       */

Index: HibernatePropertyTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/HibernatePropertyTag.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** HibernatePropertyTag.java   13 May 2005 07:50:45 -0000      1.12
--- HibernatePropertyTag.java   15 Jun 2005 12:56:07 -0000      1.13
***************
*** 17,21 ****
   */
  public interface HibernatePropertyTag extends 
com.thoughtworks.qdox.model.DocletTag, Column, Type, Length, NotNull,
!     Unique, Insert, Update, Formula, Index, Node, Precision, Scale, Lazy, 
Access, Name {
      /**
       * Specifies that updates to this property do or do not require 
acquisition of the optimistic lock.
--- 17,21 ----
   */
  public interface HibernatePropertyTag extends 
com.thoughtworks.qdox.model.DocletTag, Column, Type, Length, NotNull,
!     Unique, Insert, Update, Formula, Index, Node, Precision, Scale, Lazy, 
Access, Name, PropertiesName {
      /**
       * Specifies that updates to this property do or do not require 
acquisition of the optimistic lock.



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to