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

Modified Files:
        xtags.xml 
Log Message:
Added support for @hibernate.version access and unsaved-value properties.

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF/xtags.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** xtags.xml   8 Apr 2004 19:45:06 -0000       1.26
--- xtags.xml   14 Apr 2004 10:04:02 -0000      1.27
***************
*** 417,420 ****
--- 417,450 ----
                      </option-sets>
                  </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>unsaved-value</name>
+                     <usage-description>A version property value that indicates that 
an instance is newly instantiated (unsaved), distinguishing it from transient 
instances that were saved or loaded in a previous session (undefined specifies that 
the identifier property value should be used).</usage-description>
+                     <mandatory>false</mandatory>
+                     <default>undefined</default>
+                     <option-sets>
+                         <option-set>
+                             <options>
+                                 <option>null</option>
+                                 <option>negative</option>
+                                 <option>undefined</option>
+                             </options>
+                         </option-set>
+                     </option-sets>
+                 </parameter>
              </tag>
              <tag>



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to