Author: arminw
Date: Thu Apr  5 17:12:03 2007
New Revision: 526011

URL: http://svn.apache.org/viewvc?view=rev&rev=526011
Log:
document improvement

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt
    
db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/guides/repository.xml

Modified: db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt
URL: 
http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt?view=diff&rev=526011&r1=526010&r2=526011
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt Thu Apr  5 17:12:03 2007
@@ -128,6 +128,8 @@
 * [OJB-123] - MySQL support for SequenceManagerStoredProcedureImpl
 * [OJB-131] - Add native (database based) pagination/limit support
 * Support for all scalar (database) functions in queries, more details see 
query-guide
+* Internal used sequence manager to generate keys for transient objects is now 
pluggable via
+  custom attribute in the connection-descriptor
 
 BUG FIXES:
 Please refer to our Bug tracking site 
(https://issues.apache.org/jira/browse/OJB)

Modified: 
db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/guides/repository.xml
URL: 
http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/guides/repository.xml?view=diff&rev=526011&r1=526010&r2=526011
==============================================================================
--- 
db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/guides/repository.xml
 (original)
+++ 
db/ojb/branches/OJB_1_0_RELEASE/src/doc/forrest/src/documentation/content/xdocs/docu/guides/repository.xml
 Thu Apr  5 17:12:03 2007
@@ -548,6 +548,11 @@
                         'autoCommit' state at connection initialization.
                     </p>
                     <p>
+                        Attribute <em>sequenceManagerTransient</em>: Allows to 
specify the internal use sequence
+                        manager used by OJB to generate temporary sequence 
values (for primiary key fields) of
+                        transient objects. Normally there is no need to change 
this. 
+                    </p>
+                    <p>
                         Other platform specific settings are shown below.
                     </p>
                     <p>
@@ -578,6 +583,15 @@
         autoCommit state at connection initialization.
     -->
     <attribute attribute-name="initializationCheck" attribute-value="false" />
+
+    <!--
+        To create identity objects for transient (non-persist) objects  OJB use
+        a specific sequence manager implementation to generate transient key 
values.
+        The default implementation is 
org.apache.ojb.broker.util.sequence.SequenceManagerTransientImpl.
+        Use this property to plug in user specific implementations.
+    -->
+    <!--<attribute attribute-name="sequenceManagerTransient" 
attribute-value="my.SequenceManagerTransient" />-->
+
 
     <!-- ** Attributes with name prefix "platform." are used to allow database
     platform class specific settings (PlatformXYZImpl classes) -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to