EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference

org.eclipse.persistence.jpa.jpql.tools.spi
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.

Version:
2.4
Author:
Pascal Filion
Since:
2.4

Field Summary
static int BASIC_COLLECTION
          The constant for a basic collection mapping, which is deprecated.
static int BASIC_MAP
          The constant for a basic map mapping, which is deprecated.
static int TRANSFORMATION
          The constant for a transformation mapping.
static int VARIABLE_ONE_TO_ONE
          The constant for a variable one to one mapping.
 
Fields inherited from interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
BASIC, ELEMENT_COLLECTION, EMBEDDED, EMBEDDED_ID, ID, MANY_TO_MANY, MANY_TO_ONE, ONE_TO_MANY, ONE_TO_ONE, TRANSIENT, VERSION
 

Field Detail

BASIC_COLLECTION

static final int BASIC_COLLECTION
The constant for a basic collection mapping, which is deprecated.

See Also:
Constant Field Values

BASIC_MAP

static final int BASIC_MAP
The constant for a basic map mapping, which is deprecated.

See Also:
Constant Field Values

TRANSFORMATION

static final int TRANSFORMATION
The constant for a transformation mapping.

See Also:
Constant Field Values

VARIABLE_ONE_TO_ONE

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

See Also:
Constant Field Values

EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference