Interface MapComponentMapping

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object clone()
      INTERNAL Called when cloning the container policy.
      java.lang.Object createMapComponentFromRow​(org.eclipse.persistence.internal.sessions.AbstractRecord dbRow, ObjectBuildingQuery query, org.eclipse.persistence.internal.identitymaps.CacheKey parentCacheKey, org.eclipse.persistence.internal.sessions.AbstractSession session, boolean isTargetProtected)
      INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
    • Method Detail

      • createMapComponentFromRow

        java.lang.Object createMapComponentFromRow​(org.eclipse.persistence.internal.sessions.AbstractRecord dbRow,
                                                   ObjectBuildingQuery query,
                                                   org.eclipse.persistence.internal.identitymaps.CacheKey parentCacheKey,
                                                   org.eclipse.persistence.internal.sessions.AbstractSession session,
                                                   boolean isTargetProtected)
        INTERNAL Called when a DatabaseMapping is used to map the key in a collection. Returns the key.
      • clone

        java.lang.Object clone()
        INTERNAL Called when cloning the container policy.