Update of /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22595
Modified Files:
xtags.xml
Log Message:
Minor correction to hibernate tag docs. XDT-1229
Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF/xtags.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** xtags.xml 11 Oct 2004 08:12:47 -0000 1.44
--- xtags.xml 16 Jan 2005 09:00:20 -0000 1.45
***************
*** 1,6 ****
<?xml version="1.0" encoding="UTF-8"?>
-
<!DOCTYPE xdoclet PUBLIC "-//XDoclet Team//DTD XDoclet Tags 1.1//EN"
"http://xdoclet.sourceforge.net/dtds/xtags_1_1.dtd">
-
<xdoclet>
<!-- Hibernate specific tags -->
--- 1,4 ----
***************
*** 13,25 ****
<condition type="and">
<condition type="method"/>
! <condition type="or">
! <condition type="starts-with">
! <condition-parameter>get</condition-parameter>
</condition>
- <condition type="starts-with">
- <condition-parameter>is</condition-parameter>
- </condition>
- </condition>
- </condition>
</condition>
<tags>
--- 11,23 ----
<condition type="and">
<condition type="method"/>
! <condition type="or">
! <condition type="starts-with">
! <condition-parameter>get</condition-parameter>
! </condition>
! <condition type="starts-with">
! <condition-parameter>is</condition-parameter>
! </condition>
! </condition>
</condition>
</condition>
<tags>
***************
*** 175,183 ****
<condition-description>Hibernate</condition-description>
<condition type="class"/>
! <parameter type="text">
! <name>table</name>
! <usage-description>The name of its
database table</usage-description>
! <mandatory>false</mandatory>
! </parameter>
<parameter type="text">
<name>discriminator-value</name>
--- 173,181 ----
<condition-description>Hibernate</condition-description>
<condition type="class"/>
! <parameter type="text">
! <name>table</name>
! <usage-description>The name of its database
table</usage-description>
! <mandatory>false</mandatory>
! </parameter>
<parameter type="text">
<name>discriminator-value</name>
***************
*** 231,283 ****
<mandatory>false</mandatory>
</parameter>
! <parameter type="bool">
! <name>not-null</name>
! <usage-description>Is the column
nullable</usage-description>
! <mandatory>false</mandatory>
! <default>true</default>
! <option-sets>
! <option-set>
! <options>
!
<option>true</option>
!
<option>false</option>
! </options>
! </option-set>
! </option-sets>
! </parameter>
! <parameter type="bool">
! <name>force</name>
! <usage-description>
! Indicate whether Hibernate
should specify allowed discriminator
! values even when retrieving all
instances of the root class.
! </usage-description>
! <mandatory>false</mandatory>
! <default>true</default>
! <option-sets>
! <option-set>
! <options>
!
<option>true</option>
!
<option>false</option>
! </options>
! </option-set>
! </option-sets>
! </parameter>
! <parameter type="bool">
! <name>insert</name>
! <usage-description>
! Set this to false if your
discriminator column is also part of a
! mapped composite identifier.
! </usage-description>
! <mandatory>false</mandatory>
! <default>true</default>
! <option-sets>
! <option-set>
! <options>
!
<option>true</option>
!
<option>false</option>
! </options>
! </option-set>
! </option-sets>
! </parameter>
!
</tag>
<tag>
--- 229,281 ----
<mandatory>false</mandatory>
</parameter>
! <parameter type="bool">
! <name>not-null</name>
! <usage-description>Is the column
nullable</usage-description>
! <mandatory>false</mandatory>
! <default>true</default>
! <option-sets>
! <option-set>
! <options>
! <option>true</option>
! <option>false</option>
! </options>
! </option-set>
! </option-sets>
! </parameter>
! <parameter type="bool">
! <name>force</name>
! <usage-description>
! Indicate whether Hibernate should specify allowed
discriminator
! values even when retrieving all instances of the root
class.
! </usage-description>
! <mandatory>false</mandatory>
! <default>true</default>
! <option-sets>
! <option-set>
! <options>
! <option>true</option>
! <option>false</option>
! </options>
! </option-set>
! </option-sets>
! </parameter>
! <parameter type="bool">
! <name>insert</name>
! <usage-description>
! Set this to false if your discriminator column is
also part of a
! mapped composite identifier.
! </usage-description>
! <mandatory>false</mandatory>
! <default>true</default>
! <option-sets>
! <option-set>
! <options>
! <option>true</option>
! <option>false</option>
! </options>
! </option-set>
! </option-sets>
! </parameter>
!
</tag>
<tag>
***************
*** 316,325 ****
<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>
! <default>unqualified class
name</default>
! </parameter>
</tag>
<tag>
--- 314,323 ----
<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>
! <default>unqualified class name</default>
! </parameter>
</tag>
<tag>
***************
*** 602,612 ****
</parameter>
<parameter type="text">
! <name>prefix</name>
! <usage-description>When multiple Java
fields are of the same component datatype, use this to specify a descriminating
column-name-prefix.
! Properties that are included
which have a @hibernate.property column-name="xxx" attribute will not be
prefixed.
! If you want to shorten a
property column-name and prefix it for the component, use @hibernate.column
name="xxx" on
! the
property.</usage-description>
! <mandatory>false</mandatory>
! </parameter>
</tag>
<tag>
--- 600,610 ----
</parameter>
<parameter type="text">
! <name>prefix</name>
! <usage-description>When multiple Java fields are of the
same component datatype, use this to specify a discriminating
column-name-prefix.
! Properties that are included which have a
@hibernate.property column="xxx" attribute will not be prefixed.
! If you want to shorten a property column-name and
prefix it for the component, use @hibernate.column name="xxx" on
! the property.</usage-description>
! <mandatory>false</mandatory>
! </parameter>
</tag>
<tag>
***************
*** 752,761 ****
<parameter type="bool">
<name>insert</name>
! <usage-description>Should the column appear in the SQL
INSERT</usage-description>
<mandatory>false</mandatory>
</parameter>
<parameter type="bool">
<name>update</name>
! <usage-description>Should the column appear in the SQL
UPDATE</usage-description>
<mandatory>false</mandatory>
</parameter>
--- 750,759 ----
<parameter type="bool">
<name>insert</name>
! <usage-description>Should the column appear in the SQL
INSERT. Only applies for version >= 2.0</usage-description>
<mandatory>false</mandatory>
</parameter>
<parameter type="bool">
<name>update</name>
! <usage-description>Should the column appear in the SQL
UPDATE. Only applies for version >= 2.0</usage-description>
<mandatory>false</mandatory>
</parameter>
***************
*** 783,791 ****
<mandatory>false</mandatory>
</parameter>
! <parameter type="text">
! <name>property-ref</name>
! <usage-description>bi-directional
reference to one-to-one table that holds the foreign key</usage-description>
! <mandatory>false</mandatory>
! </parameter>
<parameter type="bool">
<name>constrained</name>
--- 781,789 ----
<mandatory>false</mandatory>
</parameter>
! <parameter type="text">
! <name>property-ref</name>
! <usage-description>bi-directional reference to one-to-one
table that holds the foreign key</usage-description>
! <mandatory>false</mandatory>
! </parameter>
<parameter type="bool">
<name>constrained</name>
***************
*** 873,879 ****
</parameter>
<parameter type="text">
! <name>formula</name>
! <usage-description>An SQL expression that defines the
value for a computed property. Computed properties do not have a column mapping
of their own.</usage-description>
! <mandatory>false</mandatory>
</parameter>
</tag>
--- 871,877 ----
</parameter>
<parameter type="text">
! <name>formula</name>
! <usage-description>An SQL expression that defines the
value for a computed property. Computed properties do not have a column mapping
of their own.</usage-description>
! <mandatory>false</mandatory>
</parameter>
</tag>
***************
*** 921,926 ****
<option>save-update</option>
<option>delete</option>
!
<option>all-delete-orphan</option>
!
<option>delete-orphan</option>
</options>
</option-set>
--- 919,924 ----
<option>save-update</option>
<option>delete</option>
! <option>all-delete-orphan</option>
! <option>delete-orphan</option>
</options>
</option-set>
***************
*** 983,988 ****
<option>save-update</option>
<option>delete</option>
!
<option>all-delete-orphan</option>
!
<option>delete-orphan</option>
</options>
</option-set>
--- 981,986 ----
<option>save-update</option>
<option>delete</option>
! <option>all-delete-orphan</option>
! <option>delete-orphan</option>
</options>
</option-set>
***************
*** 1034,1039 ****
<option>save-update</option>
<option>delete</option>
!
<option>all-delete-orphan</option>
!
<option>delete-orphan</option>
</options>
</option-set>
--- 1032,1037 ----
<option>save-update</option>
<option>delete</option>
! <option>all-delete-orphan</option>
! <option>delete-orphan</option>
</options>
</option-set>
***************
*** 1079,1084 ****
<option>delete</option>
<option>none</option>
!
<option>all-delete-orphan</option>
!
<option>delete-orphan</option>
</options>
</option-set>
--- 1077,1082 ----
<option>delete</option>
<option>none</option>
! <option>all-delete-orphan</option>
! <option>delete-orphan</option>
</options>
</option-set>
***************
*** 1281,1285 ****
<mandatory>false</mandatory>
</parameter>
! </tag>
<tag>
<level>method</level>
--- 1279,1283 ----
<mandatory>false</mandatory>
</parameter>
! </tag>
<tag>
<level>method</level>
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel