Interface IEclipseLinkMappingType

All Superinterfaces:
IMappingType

public interface IEclipseLinkMappingType extends IMappingType
This enumeration lists the mapping types defined in the Java Persistence functional specification and those that are provided by EclipseLink.

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
2.4
Version:
2.4
  • Field Details

    • BASIC_COLLECTION

      static final int BASIC_COLLECTION
      The constant for a basic collection mapping, which is deprecated.
      See Also:
    • BASIC_MAP

      static final int BASIC_MAP
      The constant for a basic map mapping, which is deprecated.
      See Also:
    • TRANSFORMATION

      static final int TRANSFORMATION
      The constant for a transformation mapping.
      See Also:
    • VARIABLE_ONE_TO_ONE

      static final int VARIABLE_ONE_TO_ONE
      The constant for a variable one to one mapping.
      See Also: