CVS: xdoclet/modules/jdo/src/META-INF xtags.xml, 1.32, 1.33

Marco Schulze <[email protected]> Sat, 25 Nov 2006 15:14:39 -0800
Newsgroups gmane.comp.java.xdoclet.devel
Message-ID <[email protected]>
Update of /cvsroot/xdoclet/xdoclet/modules/jdo/src/META-INF
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6242/modules/jdo/src/META-INF

Modified Files:
	xtags.xml 
Log Message:
- replaced jdo_2_0.dtd by a newer version (which should be the final one)
- implemented field tag @jdo.embedded

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/jdo/src/META-INF/xtags.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** xtags.xml	27 Sep 2006 16:05:19 -0000	1.32
--- xtags.xml	25 Nov 2006 23:14:37 -0000	1.33
***************
*** 1322,1325 ****
--- 1322,1363 ----
        <tag>
        	<level>field</level>
+       	<name>jdo.embedded</name>
+       	<usage-description>
+       		If a field is embedded, you can specify additional information for it using jdo.embedded
+       	</usage-description>
+       	<unique>false</unique>
+       	<condition-description>
+               Applicable to the current field.
+         </condition-description>
+         <condition type="field" />
+ 
+         <parameter type="text">
+           <name>owner-field</name>
+           <usage-description>
+           	Name of the field in the embedded PersistenceCapable that is the link back to the owning object (if any).
+           </usage-description>
+           <mandatory>false</mandatory>
+         </parameter>
+ 
+         <parameter type="text">
+           <name>null-indicator-column</name>
+           <usage-description>
+           	Name of the column to be used for detacting if the embedded object is null.
+           </usage-description>
+           <mandatory>false</mandatory>
+         </parameter>
+ 
+         <parameter type="text">
+           <name>null-indicator-value</name>
+           <usage-description>
+           	Value of the null-indicator-column that signifies that the embedded object is null.
+           </usage-description>
+           <mandatory>false</mandatory>
+         </parameter>
+       </tag>
+ 
+ 
+       <tag>
+       	<level>field</level>
        	<name>jdo.field-vendor-extension</name>
        	<usage-description>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV