Author: arminw
Date: Fri Oct 13 11:23:51 2006
New Revision: 463772
URL: http://svn.apache.org/viewvc?view=rev&rev=463772
Log:
add per field sequence generation support
Modified:
db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository.dtd
Modified: db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository.dtd
URL:
http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository.dtd?view=diff&rev=463772&r1=463771&r2=463772
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository.dtd
(original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository.dtd Fri
Oct 13 11:23:51 2006
@@ -513,9 +513,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
@@ -598,7 +602,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]