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 _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel