Apache OpenJPA
Go to file
David J. Wisneski 9975362f1f OPENJPA-271, add DB2 JDBC driver 2 support
- datePrecision set to MICRO, (Timesptamp in micro-second in DB2)
- save version strategy in Column (needed for specialized TimestampVersionStrategy)
- set storeCharsAsNumbers to false (DB2 default - store chars as chars)

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@552078 13f79535-47bb-0310-9956-ffa450edef68
2007-06-30 02:33:35 +00:00
board Final update for board report for June 2007 2007-06-08 23:01:31 +00:00
openjpa-all Updated the scm information in poms whose directories do not match their assembly names, which will hopefully fix one of the recent Continuum problems on vmbuild 2007-05-29 17:27:46 +00:00
openjpa-examples Moving version to 1.0.0-SNAPSHOT as a result of mailing list vote 2007-05-26 19:18:37 +00:00
openjpa-integration Moving version to 1.0.0-SNAPSHOT as a result of mailing list vote 2007-05-26 19:18:37 +00:00
openjpa-jdbc OPENJPA-271, add DB2 JDBC driver 2 support 2007-06-30 02:33:35 +00:00
openjpa-jdbc-5 OPENJPA-240, changed jaxb dependency to version 2.0 2007-06-25 18:17:26 +00:00
openjpa-kernel OPENJPA-70. Added new RemoteCommitEvent payload type and logic to fire RemoteCommitEvents when stale records are detected. This logic still gets fired via afterCommit(), even though these checks can happen either after a commit or a flush is issued. Additionally, these events are only fired against local listeners, so actually represent local analysis that is detecting remote events, rather than remote events themselves. 2007-06-29 23:08:41 +00:00
openjpa-kernel-5 Moving version to 1.0.0-SNAPSHOT as a result of mailing list vote 2007-05-26 19:18:37 +00:00
openjpa-lib OPENJPA-262 2007-06-24 09:16:57 +00:00
openjpa-persistence OPENJPA-262. Added test case for lifecycle and tx registries in BrokerFactories. Also discovered that BEFORE_PERSIST listeners (and possibly a couple of others) were not being invoked; fixed-by-inspection and simplified the registration of types in the lifecycle event handler. 2007-06-29 13:18:26 +00:00
openjpa-persistence-jdbc OPENJPA-70. Added new RemoteCommitEvent payload type and logic to fire RemoteCommitEvents when stale records are detected. This logic still gets fired via afterCommit(), even though these checks can happen either after a commit or a flush is issued. Additionally, these events are only fired against local listeners, so actually represent local analysis that is detecting remote events, rather than remote events themselves. 2007-06-29 23:08:41 +00:00
openjpa-project Fixed bad link names. 2007-06-13 22:42:38 +00:00
openjpa-xmlstore Added a 'java14.jar' property that can be used to specify the location of the JDK 1.4 runtime jar, against which we will compile the JDK 1.4-specific modules. This can be used to ensure that JDK 1.5-specific methods and classes don't slip into the JDK 1.4 modules. 2007-06-13 07:50:11 +00:00
src/site Updated license headers to be in accordance with http://www.apache.org/legal/src-headers.html 2007-04-14 21:50:17 +00:00
README.txt trying to see if I have read access to new repo 2006-05-14 02:09:10 +00:00
pom.xml OPENJPA-240, packaging/renaming/JAXB dependency cleanups 2007-06-19 19:44:58 +00:00

README.txt

The Open JPA podling of the Apache incubator