Class OracleSerialisedObjectMapping


  • public class OracleSerialisedObjectMapping
    extends SerialisedMapping
    Mapping for Object and Serializable types with Oracle.
    • Constructor Detail

      • OracleSerialisedObjectMapping

        public OracleSerialisedObjectMapping()
    • Method Detail

      • performSetPostProcessing

        public void performSetPostProcessing​(org.datanucleus.state.DNStateManager sm)
        Retrieve the empty BLOB created by the insert statement and write out the current BLOB field value to the Oracle BLOB object
        Overrides:
        performSetPostProcessing in class JavaTypeMapping
        Parameters:
        sm - the current StateManager