Apache OpenJPA
Go to file
Marc Prud'hommeaux b4077bd6a6 OPENJPA-74: Fixed multiple problems with named queries: 1. They were not being parsed as part of the orm.xml file, since we were incorrectly looking for an attribute named 'query' (when it really should have been a sub-element named 'query'). 2. Looking for a named query did not force resolution of all metadatas. 3. An NPE was being thrown when a JPQL query was created with a null filter
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@470996 13f79535-47bb-0310-9956-ffa450edef68
2006-11-03 21:10:39 +00:00
openjpa-all Upgraded to version '0.9.6-incubating-SNAPSHOT' 2006-10-17 00:05:01 +00:00
openjpa-examples Added license header. 2006-10-31 02:30:39 +00:00
openjpa-jdbc Removed some dead code and unused imports. 2006-10-30 23:32:19 +00:00
openjpa-jdbc-5 Upgraded to version '0.9.6-incubating-SNAPSHOT' 2006-10-17 00:05:01 +00:00
openjpa-kernel OPENJPA-74: Fixed multiple problems with named queries: 1. They were not being parsed as part of the orm.xml file, since we were incorrectly looking for an attribute named 'query' (when it really should have been a sub-element named 'query'). 2. Looking for a named query did not force resolution of all metadatas. 3. An NPE was being thrown when a JPQL query was created with a null filter 2006-11-03 21:10:39 +00:00
openjpa-kernel-4 Upgraded to version '0.9.6-incubating-SNAPSHOT' 2006-10-17 00:05:01 +00:00
openjpa-kernel-5 Removed some dead code and unused imports. 2006-10-30 23:32:19 +00:00
openjpa-lib Fixed docs to not say that the package includes connection pooling. 2006-11-03 01:09:12 +00:00
openjpa-persistence OPENJPA-74: Fixed multiple problems with named queries: 1. They were not being parsed as part of the orm.xml file, since we were incorrectly looking for an attribute named 'query' (when it really should have been a sub-element named 'query'). 2. Looking for a named query did not force resolution of all metadatas. 3. An NPE was being thrown when a JPQL query was created with a null filter 2006-11-03 21:10:39 +00:00
openjpa-persistence-jdbc made in-mem match queries fail faster; added another test case for new DataCacheStoreManager work 2006-10-31 09:43:43 +00:00
openjpa-project Fixed license to be the Apache 2.0 license. 2006-10-31 22:52:01 +00:00
openjpa-xmlstore Upgraded to version '0.9.6-incubating-SNAPSHOT' 2006-10-17 00:05:01 +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 Force maven-javadoc-plugin to use version 2.1, since it works around a problem with the 2.0 version of the plugin that doesn't add dependencies to the doc class path. 2006-10-31 02:28:47 +00:00

README.txt

The Open JPA podling of the Apache incubator