Apache OpenJPA
Go to file
Patrick Linskey 942599e797 deleteTableContents optimization for MySQL. This is disabled by default, as MySQL may fail if using InnoDB + delete constraints.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@492032 13f79535-47bb-0310-9956-ffa450edef68
2007-01-03 03:02:45 +00:00
openjpa-all Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
openjpa-examples Fixed duplicate named query in sample. 2006-11-15 23:44:55 +00:00
openjpa-jdbc deleteTableContents optimization for MySQL. This is disabled by default, as MySQL may fail if using InnoDB + delete constraints. 2007-01-03 03:02:45 +00:00
openjpa-jdbc-5 Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
openjpa-kernel Exception translation when a managed transaction completion even causes an 2007-01-03 00:48:59 +00:00
openjpa-kernel-5 Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
openjpa-lib Check for null to handle the current thread's Context ClassLoader being null 2006-12-22 22:06:17 +00:00
openjpa-persistence Exception translation when a managed transaction completion even causes an 2007-01-03 00:48:59 +00:00
openjpa-persistence-jdbc adding forgotten new file for previous commit 2007-01-03 02:50:44 +00:00
openjpa-project Added new SchemaTool action: deleteTableContents, and added support for comma-separated lists of schema actions, both via the MappingTool -schemaAction option and via direct SchemaTool usage. This implementation always processes all of the known types in the system; I have not tested running MappingTool against just one or two classes to see what 'all of the known types in the system' really means. 2007-01-03 02:44:57 +00:00
openjpa-xmlstore Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
src/site Added license headers 2006-11-16 23:04:20 +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 Added DISCLAIMER.txt to the built jar files along with NOTICE.txt and LICENSE.txt. 2006-11-21 01:29:57 +00:00

README.txt

The Open JPA podling of the Apache incubator