Update of /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18516/modules/hibernate/src/META-INF
Modified Files:
xtags.xml
Log Message:
XDT-1257: add hibernate 3 attributes for list and bag
Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF/xtags.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -r1.60 -r1.61
*** xtags.xml 6 Jun 2005 19:02:42 -0000 1.60
--- xtags.xml 7 Jun 2005 13:54:53 -0000 1.61
***************
*** 1911,1922 ****
<condition-description>Hibernate</condition-description>
<condition type="method"/>
! <parameter type="bool">
! <name>inverse</name>
! <usage-description>If inverse
collection</usage-description>
<mandatory>false</mandatory>
</parameter>
<parameter type="text">
<name>table</name>
! <usage-description>The name of the collection table (not
used for one-to-many associations)</usage-description>
<mandatory>false</mandatory>
</parameter>
--- 1911,1932 ----
<condition-description>Hibernate</condition-description>
<condition type="method"/>
! <parameter type="text">
! <name>access</name>
! <usage-description>The strategy Hibernate should use for
accessing the property value.</usage-description>
<mandatory>false</mandatory>
+ <default>property</default>
+ <option-sets>
+ <option-set>
+ <options>
+ <option>field</option>
+ <option>property</option>
+ <option>ClassName</option>
+ </options>
+ </option-set>
+ </option-sets>
</parameter>
<parameter type="text">
<name>table</name>
! <usage-description>Defaults to role name: the name of the
collection table (not used for one-to-many associations)</usage-description>
<mandatory>false</mandatory>
</parameter>
***************
*** 1926,1929 ****
--- 1936,1949 ----
<mandatory>false</mandatory>
</parameter>
+ <parameter type="text">
+ <name>catalog</name>
+ <usage-description>The name of a catalog the
default</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>lazy</name>
***************
*** 1932,1940 ****
<default>false</default>
</parameter>
<parameter type="text">
<name>cascade</name>
<usage-description>Specifies which operations should be
cascaded from the parent object to the associated object</usage-description>
<mandatory>false</mandatory>
- <default>none</default>
<option-sets>
<option-set>
--- 1952,1965 ----
<default>false</default>
</parameter>
+ <parameter type="bool">
+ <name>inverse</name>
+ <usage-description>If inverse
collection</usage-description>
+ <mandatory>false</mandatory>
+ <default>false</default>
+ </parameter>
<parameter type="text">
<name>cascade</name>
<usage-description>Specifies which operations should be
cascaded from the parent object to the associated object</usage-description>
<mandatory>false</mandatory>
<option-sets>
<option-set>
***************
*** 1951,1954 ****
--- 1976,1994 ----
</parameter>
<parameter type="text">
+ <name>order-by</name>
+ <usage-description>Specify table columns that define the
iteration order</usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ <parameter type="text">
+ <name>where</name>
+ <usage-description>An SQL WHERE
condition</usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ <parameter type="text">
+ <name>batch-size</name>
+ <usage-description>Specify a "batch size" for lazily
fetching instances of this collection</usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ <parameter type="text">
<name>outer-join</name>
<usage-description>Enable outer-join
fetching</usage-description>
***************
*** 1966,1984 ****
</parameter>
<parameter type="text">
! <name>order-by</name>
! <usage-description>Specify table columns that define the
iteration order</usage-description>
<mandatory>false</mandatory>
</parameter>
<parameter type="text">
! <name>where</name>
! <usage-description>An SQL WHERE
condition</usage-description>
<mandatory>false</mandatory>
</parameter>
<parameter type="text">
! <name>batch-size</name>
! <usage-description>Specify a "batch size" for lazily
fetching instances of this collection</usage-description>
<mandatory>false</mandatory>
</parameter>
<parameter type="text">
<name>access</name>
<usage-description>The strategy Hibernate should use for
accessing the property value.</usage-description>
--- 2006,2063 ----
</parameter>
<parameter type="text">
! <name>fetch</name>
! <usage-description>Choose between outer-join fetching,
fetching by sequential select, and fetching by sequential
subselect.</usage-description>
<mandatory>false</mandatory>
+ <default>select</default>
+ <option-sets>
+ <option-set>
+ <options>
+ <option>join</option>
+ <option>select</option>
+ <option>subselect</option>
+ </options>
+ </option-set>
+ </option-sets>
</parameter>
<parameter type="text">
! <name>persister</name>
! <usage-description>Specifies a custom
ClassPersister</usage-description>
<mandatory>false</mandatory>
</parameter>
<parameter type="text">
! <name>collection-type</name>
! <usage-description>Specifies a collection
type</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="bool">
! <name>optimistic-lock</name>
! <usage-description>Specifies that updates to this
property do or do not require acquisition of the optimistic
lock.</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>
+ <parameter type="bool">
+ <name>embed-xml</name>
+ <usage-description>Should the XML tree for the associated
entity (or collection of value type) will be embedded directly in the XML tree
for the entity that owns the association?</usage-description>
+ <mandatory>false</mandatory>
+ <default>true</default>
+ </parameter>
+ </tag>
+ <tag>
+ <level>method</level>
+ <name>hibernate.list</name>
+ <usage-description>Defines a List</usage-description>
+ <unique>true</unique>
+ <condition-description>Hibernate</condition-description>
+ <condition type="method"/>
+ <parameter type="text">
<name>access</name>
<usage-description>The strategy Hibernate should use for
accessing the property value.</usage-description>
***************
*** 1995,2009 ****
</option-sets>
</parameter>
- </tag>
- <tag>
- <level>method</level>
- <name>hibernate.list</name>
- <usage-description>Defines a List</usage-description>
- <unique>true</unique>
- <condition-description>Hibernate</condition-description>
- <condition type="method"/>
<parameter type="text">
<name>table</name>
! <usage-description>The name of the collection table (not
used for one-to-many associations)</usage-description>
<mandatory>false</mandatory>
</parameter>
--- 2074,2080 ----
</option-sets>
</parameter>
<parameter type="text">
<name>table</name>
! <usage-description>Defaults to role name: the name of the
collection table (not used for one-to-many associations)</usage-description>
<mandatory>false</mandatory>
</parameter>
***************
*** 2013,2026 ****
<mandatory>false</mandatory>
</parameter>
<parameter type="bool">
<name>lazy</name>
<usage-description>Enable lazy
initialization</usage-description>
<mandatory>false</mandatory>
</parameter>
<parameter type="text">
<name>cascade</name>
! <usage-description>Specifies which operations should be
cascaded from the parent object to the associated objects</usage-description>
<mandatory>false</mandatory>
- <default>none</default>
<option-sets>
<option-set>
--- 2084,2113 ----
<mandatory>false</mandatory>
</parameter>
+ <parameter type="text">
+ <name>catalog</name>
+ <usage-description>The name of a catalog the
default</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>lazy</name>
<usage-description>Enable lazy
initialization</usage-description>
<mandatory>false</mandatory>
+ <default>false</default>
+ </parameter>
+ <parameter type="bool">
+ <name>inverse</name>
+ <usage-description>If inverse
collection</usage-description>
+ <mandatory>false</mandatory>
+ <default>false</default>
</parameter>
<parameter type="text">
<name>cascade</name>
! <usage-description>Specifies which operations should be
cascaded from the parent object to the associated object</usage-description>
<mandatory>false</mandatory>
<option-sets>
<option-set>
***************
*** 2037,2040 ****
--- 2124,2137 ----
</parameter>
<parameter type="text">
+ <name>where</name>
+ <usage-description>An SQL WHERE
condition</usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ <parameter type="text">
+ <name>batch-size</name>
+ <usage-description>Specify a "batch size" for lazily
fetching instances of this collection</usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ <parameter type="text">
<name>outer-join</name>
<usage-description>Enable outer-join
fetching</usage-description>
***************
*** 2052,2079 ****
</parameter>
<parameter type="text">
! <name>where</name>
! <usage-description>An SQL WHERE
condition</usage-description>
! <mandatory>false</mandatory>
! </parameter>
! <parameter type="text">
! <name>batch-size</name>
! <usage-description>Specify a "batch size" for lazily
fetching instances of this collection</usage-description>
! <mandatory>false</mandatory>
! </parameter>
! <parameter type="text">
! <name>access</name>
! <usage-description>The strategy Hibernate should use for
accessing the property value.</usage-description>
<mandatory>false</mandatory>
! <default>property</default>
<option-sets>
<option-set>
<options>
! <option>field</option>
! <option>property</option>
! <option>ClassName</option>
</options>
</option-set>
</option-sets>
</parameter>
</tag>
<tag>
--- 2149,2197 ----
</parameter>
<parameter type="text">
! <name>fetch</name>
! <usage-description>Choose between outer-join fetching,
fetching by sequential select, and fetching by sequential
subselect.</usage-description>
<mandatory>false</mandatory>
! <default>select</default>
<option-sets>
<option-set>
<options>
! <option>join</option>
! <option>select</option>
! <option>subselect</option>
</options>
</option-set>
</option-sets>
</parameter>
+ <parameter type="text">
+ <name>persister</name>
+ <usage-description>Specifies a custom
ClassPersister</usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ <parameter type="text">
+ <name>collection-type</name>
+ <usage-description>Specifies a collection
type</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="bool">
+ <name>optimistic-lock</name>
+ <usage-description>Specifies that updates to this
property do or do not require acquisition of the optimistic
lock.</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>
+ <parameter type="bool">
+ <name>embed-xml</name>
+ <usage-description>Should the XML tree for the associated
entity (or collection of value type) will be embedded directly in the XML tree
for the entity that owns the association?</usage-description>
+ <mandatory>false</mandatory>
+ <default>true</default>
+ </parameter>
</tag>
<tag>
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel