Apache OpenJPA
Go to file
Marc Prud'hommeaux af2550bb05 OPENJPA-208 Throw NoResultException and NonUniqueResultException when expected
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@526322 13f79535-47bb-0310-9956-ffa450edef68
2007-04-06 23:52:03 +00:00
openjpa-all Exclude the openjpa-examples jar from the aggregate jar, so we don't include the example classes in the OpenJPA jar. 2007-01-24 23:58:52 +00:00
openjpa-examples Fixed JavaDoc typo 2007-02-28 09:51:49 +00:00
openjpa-integration Redirect TCK output to a openjpa-tck.log file. 2007-04-06 22:40:38 +00:00
openjpa-jdbc OPENJPA-182. Changed JDBCFetchPlan.setIsolation() to use enums; added logic to handle enum hints to QueryImpl; moved from IllegalArgumentException to InvalidArgumentException to unify exception processing for both queries and find calls. 2007-04-06 23:22:06 +00:00
openjpa-jdbc-5 Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
openjpa-kernel Remove unneeded import. 2007-04-06 19:27:52 +00:00
openjpa-kernel-5 Handle ClassNotFoundException and ClassCircularityError instances when trying to load the classes into the temporary class loader during enhancement. These exceptions will indicate that the class is not loadable, and so they couldn't have any persistent metadata anyway. 2007-01-29 21:23:12 +00:00
openjpa-lib OPENJPA-160. Non-finalizing implementation is automatically selected when createContainerEntityManagerFactory() is invoked; clarified some method signatures. 2007-03-01 06:31:50 +00:00
openjpa-persistence OPENJPA-208 Throw NoResultException and NonUniqueResultException when expected 2007-04-06 23:52:03 +00:00
openjpa-persistence-jdbc OPENJPA-182. Changed JDBCFetchPlan.setIsolation() to use enums; added logic to handle enum hints to QueryImpl; moved from IllegalArgumentException to InvalidArgumentException to unify exception processing for both queries and find calls. 2007-04-06 23:22:06 +00:00
openjpa-project adding OpenJPA-202 to changes and release-notes. 2007-04-06 22:14:46 +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 OPENJPA-193 Added 'tck-profile' profile flag that enables running the JPA TCK as part of the integration-test phase 2007-04-06 21:19:53 +00:00

README.txt

The Open JPA podling of the Apache incubator