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

Modified Files:
        xtags.xml 
Log Message:
added options for @jdo.field value-strategy="xxx" and @jdo.datastore-identity 
strategy="xxx"

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/jdo/src/META-INF/xtags.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** xtags.xml   27 Aug 2005 16:13:59 -0000      1.19
--- xtags.xml   29 Aug 2005 11:00:18 -0000      1.20
***************
*** 234,240 ****
            <name>strategy</name>
            <usage-description>
            </usage-description>
            <mandatory>false</mandatory>
!           <default>native</default>
          </parameter>
  
--- 234,262 ----
            <name>strategy</name>
            <usage-description>
+                 This parameter can only be used in JDO 2.0!
+                 It defines the strategy for datastore identity generation.
+                 Possible values according to the JDO standard are:
+                 'native', 'sequence', 'autoassign', 'increment', 'identity'
+                 'uuid-string', 'uuid-hex'
+                 JPOX-extensions: 'auid', 'max', 'custom'
            </usage-description>
            <mandatory>false</mandatory>
!           <condition-description></condition-description>
!           <option-sets>
!             <option-set>
!               <options>
!                 <option>native</option>
!                 <option>sequence</option>
!                 <option>autoassign</option>
!                 <option>increment</option>
!                 <option>identity</option>
!                 <option>uuid-string</option>
!                 <option>uuid-hex</option>
!                 <option>auid</option>
!                 <option>max</option>
!                 <option>custom</option>
!               </options>
!             </option-set>
!           </option-sets>
          </parameter>
  
***************
*** 904,913 ****
                  This works in application identity and can be used to generate
                  values for one of the primary key fields.
!                 Possible values that a JDO implementation might support are:
                  'native', 'sequence', 'autoassign', 'increment', 'identity'
!                 'uuid-string', 'max', 'custom'
            </usage-description>
            <mandatory>false</mandatory>
            <condition-description></condition-description>
          </parameter>
  
--- 926,952 ----
                  This works in application identity and can be used to generate
                  values for one of the primary key fields.
!                 Possible values according to the JDO standard are:
                  'native', 'sequence', 'autoassign', 'increment', 'identity'
!                 'uuid-string', 'uuid-hex'
!                 JPOX-extensions: 'auid', 'max', 'custom'
            </usage-description>
            <mandatory>false</mandatory>
            <condition-description></condition-description>
+           <option-sets>
+             <option-set>
+               <options>
+                 <option>native</option>
+                 <option>sequence</option>
+                 <option>autoassign</option>
+                 <option>increment</option>
+                 <option>identity</option>
+                 <option>uuid-string</option>
+                 <option>uuid-hex</option>
+                 <option>auid</option>
+                 <option>max</option>
+                 <option>custom</option>
+               </options>
+             </option-set>
+           </option-sets>
          </parameter>
  



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to