|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.jpt.jpa.core.jpql.spi.JpaMapping
org.eclipse.jpt.jpa.eclipselink.core.jpql.spi.EclipseLinkMapping
public class EclipseLinkMapping
The EclipseLink implementation of Hermes' IMapping, which adds EclipseLink specific
mapping support.
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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.jpt.jpa.core.jpql.spi.JpaMapping |
|---|
JpaMapping.TypeDeclarationTransformer |
| Constructor Summary | |
|---|---|
EclipseLinkMapping(IManagedType parent,
AttributeMapping mapping)
Creates a new EclipseLinkMapping. |
|
| Method Summary | |
|---|---|
protected int |
calculateMappingType()
Calculates the type of the persistent attribute represented by this external form. |
protected AttributeMapping |
getMapping()
Returns the design-time mapping object. |
boolean |
isCollection()
|
boolean |
isRelationship()
|
| Methods inherited from class org.eclipse.jpt.jpa.core.jpql.spi.JpaMapping |
|---|
buildGenericTypeDeclarations, buildGenericTypeDeclarations, buildType, buildTypeDeclaration, compareTo, getMappingType, getName, getParent, getType, getTypeDeclaration, getTypeRepository, hasAnnotation, isProperty, isTransient, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EclipseLinkMapping(IManagedType parent,
AttributeMapping mapping)
EclipseLinkMapping.
parent - The parent of this mappingmapping - The design-time AttributeMapping wrapped by this class| Method Detail |
|---|
protected int calculateMappingType()
calculateMappingType in class JpaMappingpersistence.jpa.jpql.spi.IMappingType IMappingType when the provider is generic JPAprotected AttributeMapping getMapping()
getMapping in class JpaMappingAttributeMapping wrapped by this JpaMappingpublic boolean isCollection()
isCollection in class JpaMappingpublic boolean isRelationship()
isRelationship in class JpaMapping
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||