20
I Use This!
Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing http://issues.apache.org/jira/browse/OPENJPA-60 Specifying the wrong persistence implementation in persistence.xml leads to misleading error message More... over 17 years ago
Null checks. More... over 17 years ago
boot provisional changes for now. I think I'm missing a huge hole with hashing More... over 17 years ago
PNewProvisional More... over 17 years ago
Un-did last command, since INDEX already existed in the reservedWordSet. More... over 17 years ago
Added "INDEX" to the reserved word list. More... over 17 years ago
Fix configuration warnings for misspelled property names. More... over 17 years ago
Correcting JavaDoc formatting error. More... over 17 years ago
Applying the constraints that the entity listner class a) must have a no-arg constructor b) multiple methods of the same class must not register for the same event (JPA Spec Section 3.5) More... over 17 years ago
Leave escape character in string if we use db wildchars as matches wildcards. More... over 17 years ago
Add David Ezzio's detachment test. More... over 17 years ago
Change default MaxFetchDepth to -1 (unlimited). Also move the use of multiple configuration prefixes to ProductDerivations for simple static access. Modify some cases of looking for "openjpa." prefixes to properties to properly look for all configured prefixes instead. More... over 17 years ago
Override "ON DELETE SET NULL" foreign keys if the foreign column is "NOT NULL". More... over 17 years ago
Fixed varbinaryTypeName and longVarbinaryTypeName to be "BLOB" (they were defaulting to "VARBINARY", which is not recognized under DB2 or Derby). More... over 17 years ago
wrap types before deciding whether or not a cast is needed. More... over 17 years ago
removed erroneous docs about GeneratedValue More... over 17 years ago
Use the escape character to escape out wildcard characters from the source string. More... over 17 years ago
When selecting a relation field as a projection, outer join across the relation even if forceOuter on the original path is false. More... over 17 years ago
Version number fixes. More... over 17 years ago
PDeleted version check causing problems. More... over 17 years ago
fix JDBC Abs query function's return type. More... over 17 years ago
Fix sequence bug I introduced with last sequence synchronization refactoring. More... over 17 years ago
Die in ProductDerivations.load() if given resource/file can't be parsed by any ProductDerivations in the system. More... over 17 years ago
oops, fixed bum compilation failure. More... over 17 years ago
added some extension points for sql pluggability More... over 17 years ago
Perform JDBC sequence ops outside of synchronization blocks in case of JDBC hangs. Also should improve concurrency. More... over 17 years ago
Review/cleanup of product derivation work. More... over 17 years ago
1. Refactoring ConfigurationProvider/ProductDerivation subsystem. 2. Extensibility of OpenJPA via ProductDerivation More... over 17 years ago
The recent upgrade of maven-jar-plugin to 2.1 caused the Implementation-Version tag to be excluded from the manifest, which we rely on to detect the current version. Added "addDefaultSpecificationEntries" and "addDefaultImplementationEntries" to pluginManagement to fix this. More... over 17 years ago
Added "INDEX" to the reserved word set. More... over 17 years ago