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

Modified Files:
        xtags.xml 
Log Message:
XDT-1257: many-to-one and subelements aligned with hibernate 3.0 DTD

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF/xtags.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -r1.54 -r1.55
*** xtags.xml   20 May 2005 15:00:19 -0000      1.54
--- xtags.xml   25 May 2005 16:11:44 -0000      1.55
***************
*** 1137,1143 ****
                  <condition type="method"/>
                  <parameter type="text">
!                     <name>column</name>
!                     <usage-description>The name of the mapped database table 
column</usage-description>
                      <mandatory>false</mandatory>
                  </parameter>
                  <parameter type="text">
--- 1137,1153 ----
                  <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">
***************
*** 1147,1150 ****
--- 1157,1182 ----
                  </parameter>
                  <parameter type="text">
+                     <name>entity-name</name>
+                     <usage-description>Entity name</usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="text">
+                     <name>column</name>
+                     <usage-description>The name of the mapped database table 
column</usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="bool">
+                     <name>not-null</name>
+                     <usage-description>If the column is not 
nullable</usage-description>
+                     <mandatory>false</mandatory>
+                     <default>false</default>
+                 </parameter>
+                 <parameter type="bool">
+                     <name>unique</name>
+                     <usage-description>If the column is 
unique</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>
***************
*** 1162,1177 ****
                      </option-sets>
                  </parameter>
-                 <parameter type="bool">
-                     <name>not-null</name>
-                     <usage-description>If the column is not 
nullable</usage-description>
-                     <mandatory>false</mandatory>
-                     <default>false</default>
-                 </parameter>
-                 <parameter type="bool">
-                     <name>unique</name>
-                     <usage-description>If the column is 
unique</usage-description>
-                     <mandatory>false</mandatory>
-                     <default>false</default>
-                 </parameter>
                  <parameter type="text">
                      <name>outer-join</name>
--- 1194,1197 ----
***************
*** 1189,1192 ****
--- 1209,1226 ----
                      </option-sets>
                  </parameter>
+                 <parameter type="text">
+                     <name>fetch</name>
+                     <usage-description>Chooses between outer-join fetching or 
sequential select fetching.</usage-description>
+                     <mandatory>false</mandatory>
+                     <default>select</default>
+                     <option-sets>
+                         <option-set>
+                             <options>
+                                 <option>join</option>
+                                 <option>select</option>
+                             </options>
+                         </option-set>
+                     </option-sets>
+                 </parameter>
                  <parameter type="bool">
                      <name>insert</name>
***************
*** 1200,1205 ****
                  </parameter>
                  <parameter type="text">
!                     <name>property-ref</name>
!                     <usage-description>The name of a property of the 
associated class that is joined to this foreign key. If not specified, the 
primary key of the associated class is used.</usage-description>
                      <mandatory>false</mandatory>
                  </parameter>
--- 1234,1239 ----
                  </parameter>
                  <parameter type="text">
!                     <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>
***************
*** 1210,1244 ****
                  </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>unique</name>
!                     <usage-description>Enable the DDL generation of a unique 
constraint for the foreign-key column.</usage-description>
                      <mandatory>false</mandatory>
-                     <option-sets>
-                         <option-set>
-                             <options>
-                                 <option>true</option>
-                                 <option>false</option>
-                             </options>
-                         </option-set>
-                     </option-sets>
                  </parameter>
                  <parameter type="text">
!                     <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>
              </tag>
--- 1244,1276 ----
                  </parameter>
                  <parameter type="text">
!                     <name>property-ref</name>
!                     <usage-description>The name of a property of the 
associated class that is joined to this foreign key. If not specified, the 
primary key of the associated class is used.</usage-description>
                      <mandatory>false</mandatory>
                  </parameter>
                  <parameter type="text">
!                     <name>formula</name>
!                     <usage-description>Formula for calculating the value of 
this proerty</usage-description>
                      <mandatory>false</mandatory>
                  </parameter>
                  <parameter type="text">
!                     <name>index</name>
!                     <usage-description>Associated index 
name</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>



-------------------------------------------------------
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to