Update of /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22465/modules/hibernate/src/META-INF
Modified Files:
xtags.xml
Log Message:
XDT-1257: join implementation fixed -- join elements now generated after
standard properties; one-to-one element for Hibernate3
Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF/xtags.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -r1.56 -r1.57
*** xtags.xml 31 May 2005 15:50:02 -0000 1.56
--- xtags.xml 2 Jun 2005 14:15:38 -0000 1.57
***************
*** 1481,1496 ****
<condition type="method"/>
<parameter type="text">
! <name>class</name>
! <usage-description>The name of the associated
class</usage-description>
<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>
! <usage-description>Is there a foreign key
constraint</usage-description>
<mandatory>false</mandatory>
</parameter>
--- 1481,1506 ----
<condition type="method"/>
<parameter type="text">
! <name>formula</name>
! <usage-description>Formula for calculating the value of
this property</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>
! <parameter type="text">
! <name>class</name>
! <usage-description>The name of the associated
class</usage-description>
<mandatory>false</mandatory>
</parameter>
***************
*** 1526,1548 ****
</parameter>
<parameter type="text">
! <name>foreign-key</name>
! <usage-description>The name of the foreign key constraint
to associate with this association.</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>
--- 1536,1583 ----
</parameter>
<parameter type="text">
! <name>fetch</name>
! <usage-description>If set to join, the default, Hibernate
will use an inner join to retrieve a <join> defined by a class or its
superclasses and an outer join for a <join> defined by a subclass. If set
to select then Hibernate will use a sequential select for a <join>
defined on a subclass, which will be issued only if a row turns out to
represent an instance of the subclass. Inner joins will still be used to
retrieve a <join> defined by the class and its
superclasses.</usage-description>
<mandatory>false</mandatory>
! <default>join</default>
<option-sets>
<option-set>
<options>
! <option>join</option>
! <option>select</option>
</options>
</option-set>
</option-sets>
</parameter>
+ <parameter type="bool">
+ <name>constrained</name>
+ <usage-description>Is there a foreign key
constraint</usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ <parameter type="text">
+ <name>foreign-key</name>
+ <usage-description>The name of the foreign key constraint
to associate with this association.</usage-description>
+ <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>lazy</name>
+ <usage-description>Specifies that this property should be
fetched lazily when the instance variable is first accessed</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 Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel