Update of /cvsroot/xdoclet/xdoclet/modules/jdo/src/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29696/modules/jdo/src/META-INF
Modified Files: xtags.xml Log Message: adapted xdoclet-jdo to some changes of the jdo_2_0.dtd Index: xtags.xml =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/jdo/src/META-INF/xtags.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** xtags.xml 11 Jan 2006 22:54:08 -0000 1.29 --- xtags.xml 27 Feb 2006 19:25:27 -0000 1.30 *************** *** 816,820 **** A comma-separated list of the fields that should be contained by this fetch-group. This list may contain spaces for better readability - they are ignored. Optionally, ! you can add the fetch-depth in square brackets after each field. Example: fields="name, father [2], mother [2], children [5]" </usage-description> --- 816,820 ---- A comma-separated list of the fields that should be contained by this fetch-group. This list may contain spaces for better readability - they are ignored. Optionally, ! you can add the recursion-depth in square brackets after each field. Example: fields="name, father [2], mother [2], children [5]" </usage-description> *************** *** 1049,1055 **** container object is deleted out of the store. Some people call this behaviour 'cascaded delete'. </usage-description> <mandatory>false</mandatory> ! <condition-description></condition-description> </parameter> --- 1049,1057 ---- container object is deleted out of the store. Some people call this behaviour 'cascaded delete'. + Note: Can only be applied to normal fields - for arrays/collections/maps + you must use dependent-element, dependent-key or dependent-value! </usage-description> <mandatory>false</mandatory> ! <condition-description>Can only be applied to normal fields - for arrays/collections/maps you must use dependent-element, dependent-key or dependent-value!</condition-description> </parameter> *************** *** 1195,1199 **** </usage-description> <mandatory>false</mandatory> ! <default>true</default> <condition-description>Must be used only with a collection or array valued persistent field.</condition-description> </parameter> --- 1197,1224 ---- </usage-description> <mandatory>false</mandatory> ! <default>false</default> ! <condition-description>Must be used only with a collection or array valued persistent field.</condition-description> ! </parameter> ! ! <parameter type="bool"> ! <name>dependent-element</name> ! <usage-description> ! The dependent-element property specifies whether the elements of a collection or array-valued persistent ! field can only exist in the datastore while being an element of this collection (i.e. will be deleted from ! datastore when removed from collection). ! </usage-description> ! <mandatory>false</mandatory> ! <default>false</default> ! <condition-description>Must be used only with a collection or array valued persistent field.</condition-description> ! </parameter> ! ! <parameter type="bool"> ! <name>serialized-element</name> ! <usage-description> ! The serialized-element property specifies whether the elements of a collection or array-valued persistent ! field shall be stored using java native serialization. ! </usage-description> ! <mandatory>false</mandatory> ! <default>false</default> <condition-description>Must be used only with a collection or array valued persistent field.</condition-description> </parameter> *************** *** 1215,1219 **** </usage-description> <mandatory>false</mandatory> ! <default>true</default> <condition-description>Must be used only with a map valued persistent field.</condition-description> </parameter> --- 1240,1267 ---- </usage-description> <mandatory>false</mandatory> ! <default>false</default> ! <condition-description>Must be used only with a map valued persistent field.</condition-description> ! </parameter> ! ! <parameter type="bool"> ! <name>dependent-key</name> ! <usage-description> ! The dependent-key property specifies whether the keys of a map-valued persistent field should be deleted ! from the datastore when the record is removed from the map (i.e. the existence of the object is dependent ! on it being contained in the map). ! </usage-description> ! <mandatory>false</mandatory> ! <default>false</default> ! <condition-description>Must be used only with a map valued persistent field.</condition-description> ! </parameter> ! ! <parameter type="bool"> ! <name>serialized-key</name> ! <usage-description> ! The serialized-key property specifies whether the keys of a map-valued persistent field should be stored ! using java native serialization. ! </usage-description> ! <mandatory>false</mandatory> ! <default>false</default> <condition-description>Must be used only with a map valued persistent field.</condition-description> </parameter> *************** *** 1235,1239 **** </usage-description> <mandatory>false</mandatory> ! <default>true</default> <condition-description>Must be used only with a map valued persistent field.</condition-description> </parameter> --- 1283,1310 ---- </usage-description> <mandatory>false</mandatory> ! <default>false</default> ! <condition-description>Must be used only with a map valued persistent field.</condition-description> ! </parameter> ! ! <parameter type="bool"> ! <name>dependent-value</name> ! <usage-description> ! The dependent-value property specifies whether the values of a map-valued persistent field should be deleted ! from the datastore when the record is removed from the map (i.e. the existence of the object is dependent ! on it being contained in the map). ! </usage-description> ! <mandatory>false</mandatory> ! <default>false</default> ! <condition-description>Must be used only with a map valued persistent field.</condition-description> ! </parameter> ! ! <parameter type="bool"> ! <name>serialized-value</name> ! <usage-description> ! The serialized-value property specifies whether the values of a map-valued persistent field should be stored ! using java native serialization. ! </usage-description> ! <mandatory>false</mandatory> ! <default>false</default> <condition-description>Must be used only with a map valued persistent field.</condition-description> </parameter> ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel