Author: arminw
Date: Mon Nov 13 11:03:07 2006
New Revision: 474440

URL: http://svn.apache.org/viewvc?view=rev&rev=474440
Log:
update

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt

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=474440&r1=474439&r2=474440
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt Mon Nov 13 11:03:07 2006
@@ -30,7 +30,8 @@
 * Better support for attributes containing expressions ie. sum(0.9 * price * 
stock).
   Restriction: All attributes contained in the expressions have to belong to 
the same table ! 
 * Add new CGLib based PersistentField implementation. It requires JavaBeans 
compliant
-  getter/setter. It's up to three times faster than the direct field access 
via reflection.
+  getter/setter. Under specific conditions (older JVM version) it could up to 
three times faster
+  than the direct field access via reflection.
 * New support for quoting table and column names
   the ojb quoting character is '. this character is replaced with the platform
   specific character when generating the sql. 
@@ -76,8 +77,8 @@
    </class-descriptor>
 * Support for sequence manager shortcut names added. Instead of the full class 
name of the
   sequence manager implementation now it's possible to use shortcut names for 
the shipped
-  implementations: "memory", "hilo", "seqhilo", "identity", "nextval", 
"procedure", "msguid"
-  More details see documentation.
+  implementations: "memory", "hilo", "seqhilo", "identity", "sequence", 
"procedure", "msguid"
+  More details see 'sequence-manager' documentation.
 * Support for per field-descriptor sequence generation added. Now it's 
possible to use a
   specific sequence manager implemenation for each "autoincrement" 
field-descriptor:
     <field-descriptor name="id" column="ID" jdbc-type="INTEGER"
@@ -85,7 +86,8 @@
     >
        <sequence-manager className="memory"/>
     </field-descriptor>
-    More details see documentation.
+    Enable this mode by setting attribute seq.perField="true" in 
sequence-descriptor within the
+    jdbc-connection-descriptor. More details see 'sequence-manager' 
documentation.
 
 IMPROVEMENT:
 * [OJB-88] - Documentation: Adapt LOB's howto, add docs for CLOB
@@ -104,14 +106,16 @@
 
 CHANGES:
 * PersistenceBroker interface: new method #serviceLobHelper() added
-* RowReader interface: new method #readValuesFrom(ResultSetAndStatement rs, 
Map row, FieldDescriptor[] fields)
-  added (to improve LOB field support)
+* RowReader interface: add new method
+  #readValuesFrom(ResultSetAndStatement rs, Map row, FieldDescriptor[] fields)
+  (to improve LOB field support)
 * JdbcAccess implementation constructor changed.
 * ODMG-api implementation, internal used locking interface changed to improve 
performance.
 * Upgraded Torque to version 3.2
-* Rename sequence manager implemenation: SequenceManagerNativeImpl (now 
deprecated) to SequenceManagerIdentityImpl
-* Rename sequence manager attributes: 'autoNaming'-->'seq.autoNaming', 
'grabSize'-->'seq.grabSize'. The old
-  attributes still work but declared deprecated.
+* Rename sequence manager implemenation: SequenceManagerNativeImpl (now 
deprecated)
+  to SequenceManagerIdentityImpl
+* Rename sequence manager attributes: 'autoNaming'-->'seq.autoNaming', 
'grabSize'-->'seq.grabSize'.
+  The old attributes still work but declared deprecated.
 
 BUG FIXES:
 Please refer to our Bug tracking site 
(https://issues.apache.org/jira/browse/OJB)
@@ -132,7 +136,8 @@
 * [OJB-90] - Collection proxies do not follow equals/hashCode contract
 * [OJB-91] - Query performance slowdown (about 20%) between 1.0.3 and 1.0.4
 * [OJB-93] - Super class record not being deleted.
-* [OJB-94] - NPE when execute query (join via 1:n reference) on objects using 
"table-per-subclass"-inheritance
+* [OJB-94] - NPE when execute query (join via 1:n reference) on objects using
+  "table-per-subclass"-inheritance
 * [OJB-96] - Document changed Identity handling and PK field assignment
 * [OJB-97] - ConnectionFactoryDBCPImpl: Rollback call after commit call when 
set useAutoCommit="2"
 * [OJB-98] - OJB statup failure after update 1.0.3 -> 1.0.4



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

Reply via email to