Class OracleMapMapping

  • All Implemented Interfaces:
    MappingCallbacks

    public class OracleMapMapping
    extends MapMapping
    Oracle variant of the MapMapping for cases where we are serialising the field into a single (BLOB/CLOB) column.
    • Constructor Detail

      • OracleMapMapping

        public OracleMapMapping()
    • Method Detail

      • performSetPostProcessing

        public void performSetPostProcessing​(org.datanucleus.state.DNStateManager sm)
        Description copied from class: JavaTypeMapping
        Perform any INSERT/UPDATE post processing as required by constituent ColumnMappings. Default implementation does nothing.
        Overrides:
        performSetPostProcessing in class JavaTypeMapping
        Parameters:
        sm - StateManager of the object with this mapping
      • postInsert

        public void postInsert​(org.datanucleus.state.DNStateManager ownerSM)
        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
        Overrides:
        postInsert in class MapMapping
        Parameters:
        ownerSM - StateManager of the owner
      • postUpdate

        public void postUpdate​(org.datanucleus.state.DNStateManager ownerSM)
        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
        Overrides:
        postUpdate in class MapMapping
        Parameters:
        ownerSM - StateManager of the owner