Project Lead:Patrick Linskey URL:http://openjpa.apache.org Description:
Implementation of Java persistence, including the Java Persistence API JSR-220 (JPA 1.0) and JSR-317 (JPA 2.0).
OPENJPA-1394 - DB2 supports Order By clause with recording locking using "WITH R*" construct. By enabling this feature in the DB2 dictionary, row locking can be perform with the fetch and eliminate the time window other thread snike in to fetch the same row.
OPENJPA-1350: Test case (by Rick Curtis) to test early registration of type alias to avoid/minimze risk of multi-threaded repository initialization. Original change was revision 826944