Apache OpenJPA
Go to file
Marc Prud'hommeaux 65e0a48a81 Workaround for HSQL bug in treating Long.MAX_VALUE as a double.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@446720 13f79535-47bb-0310-9956-ffa450edef68
2006-09-15 20:35:20 +00:00
openjpa-all Changed jar aggrigation phase to process-classes so that the directory doesn't get clobbered between "clean" and "package". 2006-09-08 02:16:29 +00:00
openjpa-jdbc Workaround for HSQL bug in treating Long.MAX_VALUE as a double. 2006-09-15 20:35:20 +00:00
openjpa-jdbc-5 changed @since tags to disambiguate the Kodo information with future releases of OpenJPA by adding a 0. to the beginning of each. 2006-08-30 17:53:55 +00:00
openjpa-kernel Fixed error in last commit. 2006-09-15 00:51:18 +00:00
openjpa-kernel-4 OPENJPA-30 Changed version to 0.9.0-incubating-SNAPSHOT in accordance with Apache incubator guidelines 2006-08-26 18:59:34 +00:00
openjpa-kernel-5 OPENJPA-30 Changed version to 0.9.0-incubating-SNAPSHOT in accordance with Apache incubator guidelines 2006-08-26 18:59:34 +00:00
openjpa-lib Fixed getMethodDescriptors to not try to create a MethodDescriptor for a non-existant method (which would cause an NPE). 2006-09-14 23:47:13 +00:00
openjpa-persistence Allow callback methods to accept the Entity subclass of the type they are listening on, rather than forcing them to all take an argument of type java.lang.Object (section 3.5.1) 2006-09-14 23:06:11 +00:00
openjpa-persistence-jdbc Minor updates to comments and doc... While doing the removal of the LockGroup stuff, I came across an entry for 2006-09-13 21:05:42 +00:00
openjpa-project Minor updates to comments and doc... While doing the removal of the LockGroup stuff, I came across an entry for 2006-09-13 21:05:42 +00:00
openjpa-xmlstore OPENJPA-30 Changed version to 0.9.0-incubating-SNAPSHOT in accordance with Apache incubator guidelines 2006-08-26 18:59:34 +00:00
src/site Documentation images and style sheets 2006-07-26 07:36:39 +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 openjpa-all module which will manually create an openjpa-all-VERSION.jar file that aggregates all the other openja-*.jar files; fixed Configurations.java to provide more information when a missing services resource is caused by a deeper exception 2006-09-08 01:24:18 +00:00

README.txt

The Open JPA podling of the Apache incubator