
|
If you were logged in you would be able to see more operations.
|
|
|
|
Oracle requires some whacky process of inserting EMPTY_BLOB() on an INSERT and then doing a postInsert() setting the actual value of the BLOB field. This is only implemented for tables of classes currently, and not for join tables.
|
|
Description
|
Oracle requires some whacky process of inserting EMPTY_BLOB() on an INSERT and then doing a postInsert() setting the actual value of the BLOB field. This is only implemented for tables of classes currently, and not for join tables. |
Show » |
Sort Order:
|
Remaining work :-
1. Change MappingCallbacks postInsert, postUpdate to take in the value of the BLOB/CLOB field. This is necessary because currently the postInsert, postUpdate try to retrieve the value from the object but since we have a Collection/Map/array then we don't know which element was just inserted/updated.
2. Change all org.jpox.store.rdbms.scostore methods that insert/update data in the datastore and one (or more) of the mappings implement MappingCallbacks.