Author: arminw
Date: Fri Oct 13 12:13:30 2006
New Revision: 463787
URL: http://svn.apache.org/viewvc?view=rev&rev=463787
Log:
add attribute to enable per field sequence manager declaration
Modified:
db/ojb/trunk/src/test/org/apache/ojb/repository_database.xml
Modified: db/ojb/trunk/src/test/org/apache/ojb/repository_database.xml
URL:
http://svn.apache.org/viewvc/db/ojb/trunk/src/test/org/apache/ojb/repository_database.xml?view=diff&rev=463787&r1=463786&r2=463787
==============================================================================
--- db/ojb/trunk/src/test/org/apache/ojb/repository_database.xml (original)
+++ db/ojb/trunk/src/test/org/apache/ojb/repository_database.xml Fri Oct 13
12:13:30 2006
@@ -157,6 +157,12 @@
<sequence-manager
class="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]