|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.mapped.mapping.JavaTypeMapping
org.datanucleus.store.mapped.mapping.SingleFieldMapping
org.datanucleus.store.mapped.mapping.AbstractContainerMapping
org.datanucleus.store.mapped.mapping.MapMapping
org.datanucleus.store.rdbms.mapping.oracle.OracleMapMapping
public class OracleMapMapping
Oracle variant of the MapMapping for cases where we are serialising the field into a single column. This is necessary so we can intercept perform any necessary postInsert, postUpdate nonsense for inserting BLOBs
| Field Summary |
|---|
| Fields inherited from class org.datanucleus.store.mapped.mapping.JavaTypeMapping |
|---|
absFieldNumber, datastoreContainer, datastoreMappings, LOCALISER, mmd, referenceMapping, roleForMember, storeMgr, type |
| Constructor Summary | |
|---|---|
OracleMapMapping()
|
|
| Method Summary | |
|---|---|
void |
postInsert(org.datanucleus.store.ObjectProvider ownerOP)
Retrieve the empty BLOB created by the insert statement and write out the current BLOB field value to the Oracle CLOB object. |
void |
postUpdate(org.datanucleus.store.ObjectProvider ownerOP)
|
| Methods inherited from class org.datanucleus.store.mapped.mapping.MapMapping |
|---|
getJavaType, insertPostProcessing, preDelete |
| Methods inherited from class org.datanucleus.store.mapped.mapping.AbstractContainerMapping |
|---|
containerIsStoredInSingleColumn, getDatastoreContainer, getDatastoreMapping, getDatastoreMappings, getJavaTypeForDatastoreMapping, getNumberOfDatastoreMappings, getObject, hasSimpleDatastoreRepresentation, includeInFetchStatement, includeInInsertStatement, includeInUpdateStatement, initialize, postFetch, prepareDatastoreMapping, replaceFieldWithWrapper, setObject |
| Methods inherited from class org.datanucleus.store.mapped.mapping.SingleFieldMapping |
|---|
equals, getBoolean, getByte, getChar, getDefaultLength, getDouble, getFloat, getInt, getLong, getShort, getString, getValidValues, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setShort, setString |
| Methods inherited from class org.datanucleus.store.mapped.mapping.JavaTypeMapping |
|---|
addDatastoreMapping, failureMessage, getAbsoluteFieldNumber, getColumnMetaDataForMember, getMemberMetaData, getObject, getReferenceMapping, getRoleForMember, getStoreManager, getType, getValueForDatastoreMapping, hashCode, initialize, isNullable, isSerialised, representableAsStringLiteralInStatement, setAbsFieldNumber, setDatastoreContainer, setMemberMetaData, setObject, setReferenceMapping, setRoleForMember |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.datanucleus.store.mapped.mapping.MappingCallbacks |
|---|
postFetch |
| Constructor Detail |
|---|
public OracleMapMapping()
| Method Detail |
|---|
public void postInsert(org.datanucleus.store.ObjectProvider ownerOP)
postInsert in interface org.datanucleus.store.mapped.mapping.MappingCallbackspostInsert in class org.datanucleus.store.mapped.mapping.MapMappingownerOP - ObjectProvider of the ownerpublic void postUpdate(org.datanucleus.store.ObjectProvider ownerOP)
postUpdate in interface org.datanucleus.store.mapped.mapping.MappingCallbackspostUpdate in class org.datanucleus.store.mapped.mapping.MapMappingMappingCallbacks.postUpdate(org.datanucleus.store.ObjectProvider)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||