CVS: xdoclet/modules/jdo/src/META-INF xtags.xml,1.20,1.21

Marco Schulze <[email protected]>
Newsgroups gmane.comp.java.xdoclet.devel
Message-ID <[email protected]>
Update of /cvsroot/xdoclet/xdoclet/modules/jdo/src/META-INF
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2274/modules/jdo/src/META-INF

Modified Files:
	xtags.xml 
Log Message:
XDoclet finally supports the automatic creation of JDO objectid-classes!

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/jdo/src/META-INF/xtags.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** xtags.xml	29 Aug 2005 11:00:18 -0000	1.20
--- xtags.xml	29 Aug 2005 20:28:51 -0000	1.21
***************
*** 159,162 ****
--- 159,190 ----
  
        <tag>
+         <level>class</level>
+         <name>jdo.create-objectid-class</name>
+         <usage-description>
+           XDoclet can generate JDO objectid-classes for you. Simply add this tag and
+           the clazz specified by '@jdo.persistence-capable objectid-class="clazz"' will
+           be created.
+         </usage-description>
+         <unique>true</unique>
+         <condition-description>
+           Does only work if an objectid-class has been specified by '@jdo.persistence-capable objectid-class="clazz"'.
+         </condition-description>
+         <condition type="class"/>
+ 
+         <parameter type="text">
+           <name>field-order</name>
+           <usage-description>
+             Specify a comma-separated list with the primary-key fields, if you want to force a certain
+             order. If you omit this attribute, all the primary-key fields (the fields tagged by
+             '@jdo.field primary-key="true"') are ordered alphabetically according to their names. All
+             pk-fields which are missing in this list will follow in their alphabetic order after
+             the ones which have been declared. For better readability, spaces are allowed.
+           </usage-description>
+           <mandatory>false</mandatory>
+         </parameter>
+       </tag>
+ 
+ 
+       <tag>
        	<level>class</level>
        	<name>jdo.class-vendor-extension</name>



-------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.