Apache OpenJPA
Go to file
A. Abram White 47edcb8edc Don't use a subselect for non-distinct projections of DISTINCT_AUTO queries
with to-many joins in their filter if the projections are all for variable 
paths.  (As opposed to candidate path projections, where the subselect is 
necessary to filter out duplicates caused by relational joins).



git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@443519 13f79535-47bb-0310-9956-ffa450edef68
2006-09-14 23:41:30 +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 Don't use a subselect for non-distinct projections of DISTINCT_AUTO queries 2006-09-14 23:41:30 +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 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-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 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-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