EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

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

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.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.4.2, build 'v20130514-5956486' API Reference