Issue Details (XML | Word | Printable)

Key: OPENJPA-266
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Unassigned
Reporter: Catalina Wei
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenJPA

Add Extensibility: Change "private" field/method to "protected" or "public" in OpenJPA classes to be extendable

Created: 26/Jun/07 12:04 AM   Updated: 07/Aug/07 10:23 PM
Return to search
Component/s: jdbc
Affects Version/s: 1.0.0
Fix Version/s: 1.0.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works DBDictionaryFactory.patch 2007-07-31 05:11 PM Catalina Wei 6 kB
Text File Licensed for inclusion in ASF works OpenJPA-266.patch 2007-07-23 10:01 PM Catalina Wei 4 kB
Text File Licensed for inclusion in ASF works OPENJPA-266.patch.txt 2007-06-29 02:31 PM Michael Dick 5 kB

Resolution Date: 07/Aug/07 10:23 PM


 Description  « Hide
In order to extend existing OpenJPA classes, for example OperationOrderUpdateManager, private field or method needed to change to protected or public.
This kind of modification is not adding any functionality but making OpenJPA classes subclassable.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #550977 Tue Jun 26 22:43:25 UTC 2007 mikedd OPENJPA-266 Allowing PreparedStatementManagerImpl to be extendable
Files Changed
MODIFY /openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/PreparedStatementManagerImpl.java

Repository Revision Date User Message
ASF #552039 Fri Jun 29 21:22:01 UTC 2007 wisneskid OPENJPA-266, committing the patch.
Files Changed
MODIFY /openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/SelectImpl.java
MODIFY /openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/PreparedStatementManagerImpl.java
MODIFY /openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/OracleDictionary.java
MODIFY /openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/AbstractUpdateManager.java

Repository Revision Date User Message
ASF #554803 Tue Jul 10 02:28:11 UTC 2007 wisneskid OPENJPA-266, extensibility for platform specific version column
Passed TCK with Derby
Files Changed
MODIFY /openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/RowImpl.java
MODIFY /openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/DBDictionary.java

Repository Revision Date User Message
ASF #558881 Mon Jul 23 22:19:28 UTC 2007 wisneskid OPENJPA-266 process dbdictionaryPlugin values for vendor specific DB Dictionary.
Files Changed
MODIFY /openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/DBDictionaryFactory.java

Repository Revision Date User Message
ASF #561413 Tue Jul 31 18:01:19 UTC 2007 wisneskid OPENJPA-266 load platform specific DBDictionary from dbdictionaryPlugin
Help committing Catalina's DBDictionaryFactory.patch
Files Changed
MODIFY /openjpa/trunk/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/DBDictionaryFactory.java