Author: arminw
Date: Fri Oct 13 12:13:11 2006
New Revision: 463786
URL: http://svn.apache.org/viewvc?view=rev&rev=463786
Log:
add attribute to enable per field sequence manager declaration
Modified:
db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_database.xml
Modified:
db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_database.xml
URL:
http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_database.xml?view=diff&rev=463786&r1=463785&r2=463786
==============================================================================
---
db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_database.xml
(original)
+++
db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_database.xml
Fri Oct 13 12:13:11 2006
@@ -119,6 +119,13 @@
<!-- alternative sequence manager implementations, see "Sequence
Manager" guide -->
<sequence-manager
className="org.apache.ojb.broker.util.sequence.SequenceManagerHighLowImpl">
+ <!-- The attribute 'seq.perField': If set 'true' it's possible to
define per
+ field-descriptor sequence manager. This way you can use different
sequence
+ identifier generation strategies. If set 'false' only the default
sequence manager
+ defined within the jdbc-connection-descriptor is used and all
sequence descriptors defined
+ on field-descriptor level are ignored -->
+ <attribute attribute-name="seq.perField" attribute-value="false"/>
+
<!-- attributes supported by SequenceManagerHighLowImpl,
SequenceManagerInMemoryImpl, SequenceManagerNextValImpl
please see "Sequence Manager" guide or/and javadoc of class for
more information -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]