Apache OpenJPA
Go to file
A. Abram White 7a2330ce3b Compare Configuration instances on their full properties, including defaults.
Also serialize the full properties because product derivations aren't re-run
on deserialize, so we need to know the complete defaults, etc.  We still track
the user-given properties separately so they can be used in factory pooling.



git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@507643 13f79535-47bb-0310-9956-ffa450edef68
2007-02-14 17:53:13 +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 Upgrade Derby dependency from 10.2.1.6 to 10.2.2.0 2007-02-09 23:52:57 +00:00
openjpa-integration Added integration test for examples included in the package 2007-02-13 08:31:32 +00:00
openjpa-jdbc Add a DiscriminatorStrategy.hasClassConditions() method rather than having the 2007-02-08 19:36:33 +00:00
openjpa-jdbc-5 Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
openjpa-kernel Compare Configuration instances on their full properties, including defaults. 2007-02-14 17:53:13 +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 Compare Configuration instances on their full properties, including defaults. 2007-02-14 17:53:13 +00:00
openjpa-persistence Changed JPA API dependency from javax.persistence/persistence-api to org.apache.geronimo.specs/geronimo-jpa_3.0_spec since the latter is a more correct reflection of the specification. 2007-02-13 08:09:18 +00:00
openjpa-persistence-jdbc Made entity classes non-final to conform to spec requirements. 2007-02-12 07:12:06 +00:00
openjpa-project git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@507152 13f79535-47bb-0310-9956-ffa450edef68 2007-02-13 18:44:15 +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 Removed dev.java.net repository since we no longer need it. 2007-02-13 08:17:45 +00:00

README.txt

The Open JPA podling of the Apache incubator