Class OracleArrayMapping

  • All Implemented Interfaces:
    MappingCallbacks

    public class OracleArrayMapping
    extends ArrayMapping
    Oracle variant of the ArrayMapping for cases where we are serialising the field into a single column. This is necessary so we can perform any necessary postInsert, postUpdate nonsense for inserting BLOBs.
    • Constructor Detail

      • OracleArrayMapping

        public OracleArrayMapping()
    • Method Detail

      • postInsert

        public void postInsert​(org.datanucleus.state.ObjectProvider ownerOP)
        Method to be called after the insert of the owner class element.
        Specified by:
        postInsert in interface MappingCallbacks
        Overrides:
        postInsert in class ArrayMapping
        Parameters:
        ownerOP - ObjectProvider of the owner
      • postUpdate

        public void postUpdate​(org.datanucleus.state.ObjectProvider sm)
        Method to be called after any update of the owner class element.
        Specified by:
        postUpdate in interface MappingCallbacks
        Overrides:
        postUpdate in class ArrayMapping
        Parameters:
        sm - ObjectProvider of the owner