Class MapMapping

All Implemented Interfaces:
MappingCallbacks

public class MapMapping extends AbstractContainerMapping implements MappingCallbacks
SCO Mapping for Map types.
  • Constructor Details

    • MapMapping

      public MapMapping()
  • Method Details

    • getJavaType

      public Class getJavaType()
      Accessor for the Java type represented here.
      Specified by:
      getJavaType in class JavaTypeMapping
      Returns:
      The java type
    • 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
      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
      Parameters:
      ownerSM - StateManager of the owner
    • preDelete

      public void preDelete(org.datanucleus.state.DNStateManager ownerSM)
      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:
      ownerSM - StateManager of the owner