Apache OpenJPA
Go to file
Marc Prud'hommeaux 24cf4c939e If we don't know the access type for a class when parsing, first check for a superclass and default to that class' access type.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@501255 13f79535-47bb-0310-9956-ffa450edef68
2007-01-30 00:54:19 +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 duplicate named query in sample. 2006-11-15 23:44:55 +00:00
openjpa-jdbc Fixes to parse and use SqlResultSetMapping, SqlResultSetMappings annotations. 2007-01-22 23:33:08 +00:00
openjpa-jdbc-5 Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
openjpa-kernel Fix documentation on openjpa.LockManager property. Remove some redundant logic 2007-01-29 20:11:43 +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 Rollback redundant change of removing "Id" before warning for unrecognized configuration keys. 2007-01-29 18:31:27 +00:00
openjpa-persistence If we don't know the access type for a class when parsing, first check for a superclass and default to that class' access type. 2007-01-30 00:54:19 +00:00
openjpa-persistence-jdbc Fixes to parse and use SqlResultSetMapping, SqlResultSetMappings annotations. 2007-01-22 23:33:08 +00:00
openjpa-project Fix documentation on openjpa.LockManager property. Remove some redundant logic 2007-01-29 20:11:43 +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 Added 'openjpa.loglevel' property to build which allows one to control the verbosity of logging via the system property. Also added various profiles for testing different databases (test-derby, test-hsqldb, test-mysql, test-postgresql, test-sqlserver, test-sybase, and test-custom) 2007-01-16 22:26:04 +00:00

README.txt

The Open JPA podling of the Apache incubator