arminw
Wed, 07 Nov 2007 16:51:23 -0800
Author: arminw Date: Wed Nov 7 16:50:55 2007 New Revision: 592985 URL: http://svn.apache.org/viewvc?rev=592985&view=rev Log: update, add missing entries Modified: db/ojb/branches/OJB_1_0_RELEASE/src/xdoclet/java/src/META-INF/xtags.xml Modified: db/ojb/branches/OJB_1_0_RELEASE/src/xdoclet/java/src/META-INF/xtags.xml URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/xdoclet/java/src/META-INF/xtags.xml?rev=592985&r1=592984&r2=592985&view=diff ============================================================================== --- db/ojb/branches/OJB_1_0_RELEASE/src/xdoclet/java/src/META-INF/xtags.xml (original) +++ db/ojb/branches/OJB_1_0_RELEASE/src/xdoclet/java/src/META-INF/xtags.xml Wed Nov 7 16:50:55 2007 @@ -19,30 +19,6 @@ <condition-description>OJB</condition-description> <condition type="class"/> <parameter type="text"> - <name>field-class</name> - <usage-description> - Replace the default FieldDescriptor class with the specified one. - </usage-description> - <mandatory>false</mandatory> - </parameter> - <parameter type="text"> - <name>state-detection</name> - <usage-description> - Specifies the state detection mode to be used for this class on ODMG-level. - </usage-description> - <mandatory>false</mandatory> - <default>inherit</default> - <option-sets> - <option-set> - <options> - <option>on</option> - <option>off</option> - <option>inherit</option> - </options> - </option-set> - </option-sets> - </parameter> - <parameter type="text"> <name>accept-locks</name> <usage-description> Specifies whether implicit locking should propagate to this class. Currently relevant for the ODMG layer only. @@ -212,13 +188,37 @@ </usage-description> <mandatory>false</mandatory> </parameter> + <parameter type="text"> + <name>field-class</name> + <usage-description> + Replace the default PersistentField class with the specified one. OJB's shortcut name feature is supported. + </usage-description> + <mandatory>false</mandatory> + </parameter> + <parameter type="text"> + <name>state-detection</name> + <usage-description> + Specifies the state detection mode to be used for this class on ODMG-level. + </usage-description> + <mandatory>false</mandatory> + <default>inherit</default> + <option-sets> + <option-set> + <options> + <option>on</option> + <option>off</option> + <option>inherit</option> + </options> + </option-set> + </option-sets> + </parameter> </tag> <tag> <level>class</level> <name>ojb.object-cache</name> <usage-description> - The ojb.object-cache tag specifies a class to be used for caching instances of the current class. + The ojb.object-cache tag specifies a class to be used for caching instances of the current class. OJB's shortcut name feature is supported </usage-description> <unique>true</unique> <condition-description>OJB</condition-description> @@ -302,8 +302,9 @@ <option-sets> <option-set> <options> - <option>true</option> - <option>false</option> + <option>none</option> + <option>ojb</option> + <option>database</option> </options> </option-set> </option-sets> @@ -547,7 +548,7 @@ <parameter type="text"> <name>otm-dependent</name> <usage-description> - Overrides the otm-dependent attribute of the reference or collection tag. + DEPRECATED! Overrides the otm-dependent attribute of the reference or collection tag. </usage-description> <mandatory>false</mandatory> </parameter> @@ -650,6 +651,80 @@ </option-set> </option-sets> </parameter> + <parameter type="text"> + <name>isolation-level</name> + <usage-description> + Overrides the transactional isolation on ODMG-level. + </usage-description> + <mandatory>false</mandatory> + <default>read-uncommitted</default> + <option-sets> + <option-set> + <options> + <option>read-uncommitted</option> + <option>read-committed</option> + <option>repeatable-read</option> + <option>serializable</option> + <option>optimistic</option> + <option>none</option> + </options> + </option-set> + </option-sets> + </parameter> + <parameter type="text"> + <name>state-detection</name> + <usage-description> + Overrides the state detection mode. + </usage-description> + <mandatory>false</mandatory> + <default>inherit</default> + <option-sets> + <option-set> + <options> + <option>on</option> + <option>off</option> + <option>inherit</option> + </options> + </option-set> + </option-sets> + </parameter> + <parameter type="text"> + <name>field-class</name> + <usage-description> + Replace the default PersistentField class with the specified one. OJB's shortcut name feature is supported. + </usage-description> + <mandatory>false</mandatory> + </parameter> + <parameter type="text"> + <name>query-customizer</name> + <usage-description> + Overrides the query customizer for this collection. + </usage-description> + <mandatory>false</mandatory> + </parameter> + <parameter type="text"> + <name>query-customizer-attributes</name> + <usage-description> + Oerrides attributes for the query-customizer of this collection. Is ignored if no query-customizer is stated. + </usage-description> + <mandatory>false</mandatory> + </parameter> + <parameter type="text"> + <name>ignore</name> + <usage-description> + If set to 'true', then the feature will not be included in the class descriptor for the current class. Default value is 'false'. + </usage-description> + <mandatory>false</mandatory> + <default>false</default> + <option-sets> + <option-set> + <options> + <option>true</option> + <option>false</option> + </options> + </option-set> + </option-sets> + </parameter> </tag> <tag> @@ -713,30 +788,6 @@ <condition type="method"/> </condition> <parameter type="text"> - <name>field-class</name> - <usage-description> - Replace the default FieldDescriptor class with the specified one. - </usage-description> - <mandatory>false</mandatory> - </parameter> - <parameter type="text"> - <name>state-detection</name> - <usage-description> - Specifies the state detection mode to be used for this field on ODMG-level. - </usage-description> - <mandatory>false</mandatory> - <default>inherit</default> - <option-sets> - <option-set> - <options> - <option>on</option> - <option>off</option> - <option>inherit</option> - </options> - </option-set> - </option-sets> - </parameter> - <parameter type="text"> <name>access</name> <usage-description> Specifies the accessibility of the field (readonly or modifiable). @@ -769,8 +820,9 @@ <option-sets> <option-set> <options> - <option>true</option> - <option>false</option> + <option>none</option> + <option>ojb</option> + <option>database</option> </options> </option-set> </option-sets> @@ -957,13 +1009,13 @@ </usage-description> <mandatory>false</mandatory> </parameter> - <parameter type="text"> - <name>table</name> - <usage-description> - May specify a table different from the mapped table for the persistent class (currently not implemented in OJB). - </usage-description> - <mandatory>false</mandatory> - </parameter> + <!--<parameter type="text">--> + <!--<name>table</name>--> + <!--<usage-description>--> + <!--May specify a table different from the mapped table for the persistent class (currently not implemented in OJB).--> + <!--</usage-description>--> + <!--<mandatory>false</mandatory>--> + <!--</parameter>--> <parameter type="text"> <name>update-lock</name> <usage-description> @@ -980,6 +1032,30 @@ </option-set> </option-sets> </parameter> + <parameter type="text"> + <name>field-class</name> + <usage-description> + Replace the default PersistentField class with the specified one. OJB's shortcut name feature is supported. + </usage-description> + <mandatory>false</mandatory> + </parameter> + <parameter type="text"> + <name>state-detection</name> + <usage-description> + Specifies the state detection mode to be used for this field on ODMG-level. + </usage-description> + <mandatory>false</mandatory> + <default>inherit</default> + <option-sets> + <option-set> + <options> + <option>on</option> + <option>off</option> + <option>inherit</option> + </options> + </option-set> + </option-sets> + </parameter> </tag> <tag> @@ -1079,13 +1155,13 @@ </usage-description> <mandatory>false</mandatory> </parameter> - <parameter type="text"> - <name>name</name> - <usage-description> - Contains the name when this ojb.reference tag is in the class' javadoc comment, i.e. if it specifies an anonymous reference. Otherwise, the value of this attribute is ignored. - </usage-description> - <mandatory>false</mandatory> - </parameter> + <!--<parameter type="text">--> + <!--<name>name</name>--> + <!--<usage-description>--> + <!--Contains the name when this ojb.reference tag is in the class' javadoc comment, i.e. if it specifies an anonymous reference. Otherwise, the value of this attribute is ignored.--> + <!--</usage-description>--> + <!--<mandatory>false</mandatory>--> + <!--</parameter>--> <parameter type="text"> <name>otm-dependent</name> <usage-description> @@ -1211,7 +1287,7 @@ <parameter type="text"> <name>collection-class</name> <usage-description> - Specifies the collection type that this collection uses. If not given, then the xdoclet ojb module checks whether the type of the collection implements org.apache.ojb.broker.ManageableCollection. + Specifies the collection type that this collection uses. OJB's shortcut name feature is supported. If not given, then the xdoclet ojb module checks whether the type of the collection implements org.apache.ojb.broker.ManageableCollection. </usage-description> <mandatory>false</mandatory> </parameter> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]