Interface DatastoreElementContainer

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

    public interface DatastoreElementContainer
    extends Table
    Class representing a container of elements (collection/array) 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.
      • getElementMapping

        JavaTypeMapping getElementMapping()
        Accessor for the "element" mapping for the container.
        Returns:
        The mapping for the element.