Class OracleBitSetMapping

    • Constructor Detail

      • OracleBitSetMapping

        public OracleBitSetMapping()
    • Method Detail

      • postInsert

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

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

        public void deleteDependent​(org.datanucleus.state.ObjectProvider op)
      • 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
      • 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