mirror of https://github.com/apache/openjpa.git
814637ca6c
Removed the logic to override the forUpdate value, since the calling code already incorporates fetch configuration data into its decision about how to invoke toSelect(). Added a test case to assert this behavior. Also cleaned up some minor whitespace issues, and reduced code duplication by moving a couple of concepts up into DBDictionary. Removed some seemingly-unnecessary overrides from H2Dictionary. Added a test case for isolation level configuration. For non-DB2 dictionaries, it asserts that an exception is thrown during execution. Someone with DB2 knowledge / access should fill in the test case for the DB2 cases. As we add support for per-query isolation level configuration for other databases, we should change this test case. git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@525997 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
openjpa-all | ||
openjpa-examples | ||
openjpa-integration | ||
openjpa-jdbc | ||
openjpa-jdbc-5 | ||
openjpa-kernel | ||
openjpa-kernel-5 | ||
openjpa-lib | ||
openjpa-persistence | ||
openjpa-persistence-jdbc | ||
openjpa-project | ||
openjpa-xmlstore | ||
src/site | ||
README.txt | ||
pom.xml |
README.txt
The Open JPA podling of the Apache incubator