Interface DatastoreMap

  • All Superinterfaces:
    Table, org.datanucleus.store.schema.table.Table
    All Known Implementing Classes:
    MapTable

    public interface DatastoreMap
    extends Table
    Class representing a map mapped in a datastore (join table).
    • Method Detail

      • getOwnerMapping

        JavaTypeMapping getOwnerMapping()
        Accessor for the "owner" mapping for the container.
        Returns:
        The mapping for the owner.
      • getKeyMapping

        JavaTypeMapping getKeyMapping()
        Accessor for the "key" mapping for the map.
        Returns:
        The mapping for the key.
      • getValueMapping

        JavaTypeMapping getValueMapping()
        Accessor for the "value" mapping for the map.
        Returns:
        The mapping for the value.