Author: arminw
Date: Fri Oct 13 11:24:10 2006
New Revision: 463773
URL: http://svn.apache.org/viewvc?view=rev&rev=463773
Log:
add per field sequence generation support
Modified:
db/ojb/trunk/src/test/org/apache/ojb/repository.dtd
Modified: db/ojb/trunk/src/test/org/apache/ojb/repository.dtd
URL:
http://svn.apache.org/viewvc/db/ojb/trunk/src/test/org/apache/ojb/repository.dtd?view=diff&rev=463773&r1=463772&r2=463773
==============================================================================
--- db/ojb/trunk/src/test/org/apache/ojb/repository.dtd (original)
+++ db/ojb/trunk/src/test/org/apache/ojb/repository.dtd Fri Oct 13 11:24:10 2006
@@ -464,9 +464,13 @@
A field descriptor contains mapping info for a primitive typed
attribute of a persistent class.
+ A field descriptor may contain a sequence-manager element to define
+ a specific sequence-manager only used by this field. If not set the
+ sequence-manager defined in the jdbc-connection-descriptor is used.
+
A field descriptor may contain custom attribute elements.
-->
-<!ELEMENT field-descriptor (documentation?, attribute*)>
+<!ELEMENT field-descriptor (documentation?, sequence-manager?, attribute*)>
<!--
<b>The id attribute is optional.</b> If not specified, OJB internally
sorts field-descriptors according to their order of appearance in the
@@ -549,7 +553,6 @@
corresponding Java attribute. Hence the name of such a field does not
refer to a Java attribute of the class, but is used as a unique
identifier only.
-
-->
<!ATTLIST field-descriptor
id CDATA #IMPLIED
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]