Apache OpenJPA
Go to file
Patrick Linskey af4ea13a2c OPENJPA-430 -- strip hungarian notation prefixes. Checking in patch for Ben Short, along with minor whitespace reformatting and a small tweak to reduce computation if branch logic in correctName() will not use the calculated name.
The initial patch included a test for fields that would end up having duplicate names after truncation. The code, however, does not do anything to resolve / avoid duplicates. To make it work, we would need to change MappingDefaultsImpl.correctName() to take a ValueMapping as an argument, and do a two-pass algorithm to check for other fields that would turn into duplicates. Even doing this will not be foolproof, as a duplicate column might come from a subclass or an embedded class. Since this option is not enabled by default anyways, and the duplicate error would become evident during testing / schema creation, I do not believe that it would be worthwhile to spend much time addressing this.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@592319 13f79535-47bb-0310-9956-ffa450edef68
2007-11-06 07:36:55 +00:00
openjpa-all OPENJPA345 The last patch had the side effect that the artifact zip doesn't contain most of the required dependency jars (e.g., commons-lang), since the transitive dependencies are not followed to pick up these jars. Resolved this by explicitly listing the required jars in the openjpa-all dependencies. Also moved most of the dependency version numbers into the parent pom.xml dependencyManagement section to ensure that all dependency versions are the same. 2007-10-03 09:10:54 +00:00
openjpa-examples OPENJPA345 The last patch had the side effect that the artifact zip doesn't contain most of the required dependency jars (e.g., commons-lang), since the transitive dependencies are not followed to pick up these jars. Resolved this by explicitly listing the required jars in the openjpa-all dependencies. Also moved most of the dependency version numbers into the parent pom.xml dependencyManagement section to ensure that all dependency versions are the same. 2007-10-03 09:10:54 +00:00
openjpa-integration Removed passing along "test" parameter to TCK script, since it seems to cause problems when it is unset. 2007-10-16 00:39:09 +00:00
openjpa-jdbc OPENJPA-430 -- strip hungarian notation prefixes. Checking in patch for Ben Short, along with minor whitespace reformatting and a small tweak to reduce computation if branch logic in correctName() will not use the calculated name. 2007-11-06 07:36:55 +00:00
openjpa-jdbc-5 OPENJPA345 The last patch had the side effect that the artifact zip doesn't contain most of the required dependency jars (e.g., commons-lang), since the transitive dependencies are not followed to pick up these jars. Resolved this by explicitly listing the required jars in the openjpa-all dependencies. Also moved most of the dependency version numbers into the parent pom.xml dependencyManagement section to ensure that all dependency versions are the same. 2007-10-03 09:10:54 +00:00
openjpa-kernel OPENJPA-370. Backing out the changes for the LoadFetchGroup implementation. We need to re-think the implementation (both the real and the expected). I left the test Entities in SVN, but removed the testcase so that we wouldn't fail the builds. 2007-11-02 00:36:54 +00:00
openjpa-kernel-5 OPENJPA-369. Committing Albert's 1.5-supporting changes. 2007-09-28 18:23:48 +00:00
openjpa-lib OPENJPA-428. Clarification that 'openjpa.Id' is a configuration property, not a JPA property. 2007-11-05 17:41:50 +00:00
openjpa-lib-5 OPENJPA-369. Committing Albert's 1.5-supporting changes. 2007-09-28 18:23:48 +00:00
openjpa-persistence OPENJPA-407. Assorted performance improvements found while working on this issue. This change does not include any SQL caching work. 2007-10-30 16:56:47 +00:00
openjpa-persistence-jdbc OPENJPA-430 -- strip hungarian notation prefixes. Checking in patch for Ben Short, along with minor whitespace reformatting and a small tweak to reduce computation if branch logic in correctName() will not use the calculated name. 2007-11-06 07:36:55 +00:00
openjpa-project Typo in my doc markup. Fixing the build break. 2007-10-20 16:17:47 +00:00
openjpa-xmlstore Changed trunk version to be 1.1.0-SNAPSHOT (was 1.0.0-SNAPSHOT) 2007-08-28 16:03:23 +00:00
src/site updated build site to include more timestamp information; removed some documentation-related stuff from pom files 2007-08-31 21:28:04 +00:00
README.txt updated README 2007-07-19 00:43:08 +00:00
pom.xml OPENJPA345 The last patch had the side effect that the artifact zip doesn't contain most of the required dependency jars (e.g., commons-lang), since the transitive dependencies are not followed to pick up these jars. Resolved this by explicitly listing the required jars in the openjpa-all dependencies. Also moved most of the dependency version numbers into the parent pom.xml dependencyManagement section to ensure that all dependency versions are the same. 2007-10-03 09:10:54 +00:00

README.txt

Apache OpenJPA Project
======================

For useful information, navigate to http://openjpa.apache.org