Update of /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8983/src/META-INF

Modified Files:
        xtags.xml 
Log Message:
XDT-1420: support union-subclass with @hibernate.union-subclass

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF/xtags.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -r1.65 -r1.66
*** xtags.xml   20 Jul 2005 17:49:51 -0000      1.65
--- xtags.xml   21 Jul 2005 15:09:44 -0000      1.66
***************
*** 1301,1304 ****
--- 1301,1330 ----
              <tag>
                  <level>method</level>
+                 <name>hibernate.filter</name>
+                 <usage-description>
+                     Specify a filter to apply ... the filter must be
+                     defined with @hibernate.filter-def
+                 </usage-description>
+                 <unique>false</unique>
+                 <condition-description>Hibernate</condition-description>
+                 <condition type="method" />
+                 <parameter type="text">
+                     <name>name</name>
+                     <usage-description>
+                         Name of the filter to use
+                     </usage-description>
+                     <mandatory>true</mandatory>
+                 </parameter>
+                 <parameter type="text">
+                     <name>condition</name>
+                     <usage-description>
+                         sql conditions to apply to the filter
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+             </tag>
+             
+             <tag>
+                 <level>method</level>
                  <name>hibernate.formula</name>
                  <usage-description>
***************
*** 4067,4070 ****
--- 4093,4223 ----
              
              <tag>
+                 <level>class</level>
+                 <name>hibernate.union-subclass</name>
+                 <usage-description>
+                     Declare the current class as union subclass
+                 </usage-description>
+                 <unique>true</unique>
+                 <condition-description>Hibernate</condition-description>
+                 <condition type="class" />
+                 <parameter type="text">
+                     <name>entity-name</name>
+                     <usage-description>Entity name</usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="text">
+                     <name>proxy</name>
+                     <usage-description>
+                         Specifies an interface to use for CGLIB proxies
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="text">
+                     <name>table</name>
+                     <usage-description>
+                         Name of the table, where this class should be
+                         persisted in
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="text">
+                     <name>schema</name>
+                     <usage-description>
+                         Override the schema name specified by the root
+                         hibernate-mapping element
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="text">
+                     <name>catalog</name>
+                     <usage-description>
+                         Override the catalog name specified by the root
+                         hibernate-mapping element
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="text">
+                     <name>subselect</name>
+                     <usage-description>
+                         Specify a subselect SQL expression
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="bool">
+                     <name>dynamic-update</name>
+                     <usage-description>
+                         Specifies that only changed columns should
+                         appear in the SQL UPDATE
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="bool">
+                     <name>dynamic-insert</name>
+                     <usage-description>
+                         Specifies that null columns should not appear in
+                         the SQL INSERT
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="bool">
+                     <name>select-before-update</name>
+                     <usage-description>
+                         Should row be selected before updating?
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="text">
+                     <name>extends</name>
+                     <usage-description>
+                         superclass name
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="bool">
+                     <name>lazy</name>
+                     <usage-description>
+                         Specifies the class itself to use for CGLIB
+                         proxy interface
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="bool">
+                     <name>abstract</name>
+                     <usage-description>
+                         Is the class abstract?
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="text">
+                     <name>persister</name>
+                     <usage-description>
+                         specify a persister class name
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="text">
+                     <name>check</name>
+                     <usage-description>
+                         specify a SQL check expression
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="text">
+                     <name>batch-size</name>
+                     <usage-description>
+                         specify an optimizing batch size
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="text">
+                     <name>node</name>
+                     <usage-description>
+                         specify a XML binding node name
+                     </usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+             </tag>
+             
+             <tag>
                  <level>method</level>
                  <name>hibernate.version</name>
***************
*** 4679,4707 ****
                  </parameter>
              </tag>
-             <tag>
-                 <level>method</level>
-                 <name>hibernate.filter</name>
-                 <usage-description>
-                     Specify a filter to apply ... the filter must be
-                     defined with @hibernate.filter-def
-                 </usage-description>
-                 <unique>false</unique>
-                 <condition-description>Hibernate</condition-description>
-                 <condition type="method" />
-                 <parameter type="text">
-                     <name>name</name>
-                     <usage-description>
-                         Name of the filter to use
-                     </usage-description>
-                     <mandatory>true</mandatory>
-                 </parameter>
-                 <parameter type="text">
-                     <name>condition</name>
-                     <usage-description>
-                         sql conditions to apply to the filter
-                     </usage-description>
-                     <mandatory>false</mandatory>
-                 </parameter>
-             </tag>
          </tags>
      </namespace>
--- 4832,4835 ----



-------------------------------------------------------
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-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to