Apache OpenJPA
Go to file
A. Abram White 037a45d7e4 Add visitor pattern to query expression trees, and redo a couple of our existing
tree interrogation methods to use it.  This will allow us to add more 
validations at query compilation time (we're missing some that are required for
JDO 2, for example) without having to expand the API of every query 
expression/value implementation, in addition to just being more flexible 
overall.



git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@432778 13f79535-47bb-0310-9956-ffa450edef68
2006-08-19 01:03:35 +00:00
openjpa-jdbc Add visitor pattern to query expression trees, and redo a couple of our existing 2006-08-19 01:03:35 +00:00
openjpa-jdbc-5 Use latest stable releases of commmons dependencies. Add missing localized msg. 2006-08-01 23:09:17 +00:00
openjpa-kernel Add visitor pattern to query expression trees, and redo a couple of our existing 2006-08-19 01:03:35 +00:00
openjpa-kernel-4 Add (presumably forgotten) JDK 1.4 GregorianCalendar. 1.4 has a public mutator 2006-08-03 21:30:30 +00:00
openjpa-kernel-5 Use latest stable releases of commmons dependencies. Add missing localized msg. 2006-08-01 23:09:17 +00:00
openjpa-lib Removed unneeded field. 2006-08-15 18:46:59 +00:00
openjpa-persistence Allow our JPA ConfigurationProviderImpl to find a default persistence unit in 2006-08-11 21:07:58 +00:00
openjpa-persistence-jdbc Allow our JPA ConfigurationProviderImpl to find a default persistence unit in 2006-08-11 21:07:58 +00:00
openjpa-project Add (presumably forgotten) JDK 1.4 GregorianCalendar. 1.4 has a public mutator 2006-08-03 21:30:30 +00:00
openjpa-xmlstore Allow our JPA ConfigurationProviderImpl to find a default persistence unit in 2006-08-11 21:07:58 +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 Add (presumably forgotten) JDK 1.4 GregorianCalendar. 1.4 has a public mutator 2006-08-03 21:30:30 +00:00

README.txt

The Open JPA podling of the Apache incubator