Class OracleStringLobMapping

    • Constructor Detail

      • OracleStringLobMapping

        public OracleStringLobMapping()
    • Method Detail

      • insertPostProcessing

        public void insertPostProcessing​(org.datanucleus.state.ObjectProvider op)
        Retrieve the empty BLOB/CLOB locator created by the insert statement and write out the current BLOB/CLOB field value to the Oracle BLOB/CLOB object
        Specified by:
        insertPostProcessing in interface MappingCallbacks
        Overrides:
        insertPostProcessing in class JavaTypeMapping
        Parameters:
        op - The ObjectProvider owner of this field
      • postInsert

        public void postInsert​(org.datanucleus.state.ObjectProvider op)
        Description copied from interface: MappingCallbacks
        Method called after the insert of the object so that additional operations can be performed if necessary.
        Specified by:
        postInsert in interface MappingCallbacks
        Parameters:
        op - ObjectProvider of the owner
      • postFetch

        public void postFetch​(org.datanucleus.state.ObjectProvider op)
        Description copied from interface: MappingCallbacks
        Method called after the retrieval of the object, so that additional operations can be performed if necessary.
        Specified by:
        postFetch in interface MappingCallbacks
        Parameters:
        op - ObjectProvider of the owner
      • postUpdate

        public void postUpdate​(org.datanucleus.state.ObjectProvider op)
        Description copied from interface: MappingCallbacks
        Method called after the update of the object, so that additional operations can be performed if necessary.
        Specified by:
        postUpdate in interface MappingCallbacks
        Parameters:
        op - ObjectProvider of the owner
      • preDelete

        public void preDelete​(org.datanucleus.state.ObjectProvider op)
        Description copied from interface: MappingCallbacks
        Method called before the delete of objects, so that additional operations can be performed if necessary.
        Specified by:
        preDelete in interface MappingCallbacks
        Parameters:
        op - ObjectProvider of the owner