|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of TypeMapping in org.eclipse.jpt.jpa.core.context |
|---|
| Subinterfaces of TypeMapping in org.eclipse.jpt.jpa.core.context | |
|---|---|
interface |
Embeddable
embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
Entity
entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
IdTypeMapping
ID type mapping: entity mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
MappedSuperclass
mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Fields in org.eclipse.jpt.jpa.core.context with type parameters of type TypeMapping | |
|---|---|
static org.eclipse.jpt.common.utility.transformer.Transformer<TypeMapping,Iterable<Generator>> |
TypeMapping.GENERATORS_TRANSFORMER
|
static org.eclipse.jpt.common.utility.transformer.Transformer<PersistentType,TypeMapping> |
PersistentType.MAPPING_TRANSFORMER
|
static org.eclipse.jpt.common.utility.transformer.Transformer<TypeMapping,Iterable<Query>> |
TypeMapping.QUERIES_TRANSFORMER
|
| Methods in org.eclipse.jpt.jpa.core.context that return TypeMapping | |
|---|---|
TypeMapping |
PersistentAttribute.getDeclaringTypeMapping()
Return the attribute's declaring persistent type's mapping (as opposed to the attribute's target type's mapping). |
TypeMapping |
PersistentType.getMapping()
Return the persistent type's mapping. |
TypeMapping |
OverrideContainer.getOverridableTypeMapping()
Return the type mapping that contains the attributes/associations to be overridden; though the type mapping may not directly own them (e.g. they may be owned by a supertype mapping). |
TypeMapping |
OverrideContainer.ParentAdapter.getOverridableTypeMapping()
|
TypeMapping |
JoinColumnRelationshipStrategy.getRelationshipSource()
The source of the relationship is usually the owning type mapping. |
TypeMapping |
JoinColumnRelationshipStrategy.getRelationshipTarget()
The target of the relationship usually is the target entity. |
TypeMapping |
TypeMapping.getSuperTypeMapping()
Return the type mapping of this type mapping's super type. |
TypeMapping |
AttributeMapping.getTypeMapping()
Return the mapping for the type that contains the mapping's attribute. |
TypeMapping |
OverrideContainer.getTypeMapping()
Return the type mapping that contains the override container. |
TypeMapping |
OverrideContainer.ParentAdapter.getTypeMapping()
|
TypeMapping |
Override_.getTypeMapping()
|
TypeMapping |
OverrideRelationship.getTypeMapping()
|
TypeMapping |
Relationship.getTypeMapping()
Return the type mapping that contains the relationship's mapping or override. |
TypeMapping |
PersistentType.MappingTransformer.transform(PersistentType pt)
|
| Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type TypeMapping | |
|---|---|
Iterable<TypeMapping> |
TypeMapping.getInheritanceHierarchy()
Return the type mapping's "persistence" inheritance hierarchy, including the type mapping itself. |
| Methods in org.eclipse.jpt.jpa.core.context with parameters of type TypeMapping | |
|---|---|
Iterable<Query> |
TypeMapping.QueriesTransformer.transform(TypeMapping mapping)
|
Iterable<Generator> |
TypeMapping.GeneratorsTransformer.transform(TypeMapping mapping)
|
| Uses of TypeMapping in org.eclipse.jpt.jpa.core.context.java |
|---|
| Subinterfaces of TypeMapping in org.eclipse.jpt.jpa.core.context.java | |
|---|---|
interface |
JavaEmbeddable
Java embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEntity
Java entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaIdTypeMapping
Java ID type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaMappedSuperclass
Java mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaTypeMapping
Java type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of TypeMapping in org.eclipse.jpt.jpa.core.context.orm |
|---|
| Subinterfaces of TypeMapping in org.eclipse.jpt.jpa.core.context.orm | |
|---|---|
interface |
OrmEmbeddable
orm.xml embeddable type mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmEntity
orm.xml entity
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmIdTypeMapping
orm.xml ID type mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmMappedSuperclass
orm.xml mapped superclass
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmTypeMapping
orm.xml type mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| Uses of TypeMapping in org.eclipse.jpt.jpa.core.jpa2.context.java |
|---|
| Subinterfaces of TypeMapping in org.eclipse.jpt.jpa.core.jpa2.context.java | |
|---|---|
interface |
JavaEntity2_0
Java entity 2.0 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of TypeMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm |
|---|
| Subinterfaces of TypeMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm | |
|---|---|
interface |
OrmEntity2_0
orm.xml entity
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| Uses of TypeMapping in org.eclipse.jpt.jpa.core.jpql.spi |
|---|
| Methods in org.eclipse.jpt.jpa.core.jpql.spi that return TypeMapping | |
|---|---|
TypeMapping |
JpaManagedType.getManagedType()
Returns the encapsulated model object. |
| Constructors in org.eclipse.jpt.jpa.core.jpql.spi with parameters of type TypeMapping | |
|---|---|
JpaManagedType(JpaManagedTypeProvider provider,
TypeMapping managedType,
Creates a new JDeveloperManagedType. |
|
JpaNullManagedType(JpaManagedTypeProvider provider,
TypeMapping typeMapping)
Creates a new JpaNullManagedType. |
|
| Uses of TypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context |
|---|
| Subinterfaces of TypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context | |
|---|---|
interface |
EclipseLinkEmbeddable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkEntity
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkMappedSuperclass
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkNonEmbeddableTypeMapping
EclipseLink non-embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkTypeMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of TypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context.java |
|---|
| Subinterfaces of TypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context.java | |
|---|---|
interface |
EclipseLinkJavaEmbeddable
EclipseLink Java embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkJavaEntity
EclipseLink Java entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkJavaMappedSuperclass
EclipseLink Java mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkJavaNonEmbeddableTypeMapping
EclipseLink Java non-embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkJavaTypeMapping
EclipseLink Java type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of TypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context.orm |
|---|
| Subinterfaces of TypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context.orm | |
|---|---|
interface |
EclipseLinkOrmEmbeddable
EclipseLink orm.xml embeddable
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
EclipseLinkOrmEntity
EclipseLink orm.xml entity
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
EclipseLinkOrmMappedSuperclass
EclipseLink orm.xml mapped superclass
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
EclipseLinkOrmNonEmbeddableTypeMapping
EclipseLink orm.xml non-embeddable type mapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
EclipseLinkOrmTypeMapping
EclipseLink ORM type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of TypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context.persistence |
|---|
| Fields in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with type parameters of type TypeMapping | |
|---|---|
static org.eclipse.jpt.common.utility.transformer.Transformer<TypeMapping,Iterable<org.eclipse.jpt.jpa.eclipselink.core.internal.context.java.EclipseLinkJavaConverter<?>>> |
EclipseLinkPersistenceUnit.TYPE_MAPPING_CONVERTER_TRANSFORMER
|
| Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with parameters of type TypeMapping | |
|---|---|
protected Iterable<EclipseLinkConverter> |
EclipseLinkPersistenceUnit.TypeMappingConverterTransformer.transform_(TypeMapping typeMapping)
|
Iterable<org.eclipse.jpt.jpa.eclipselink.core.internal.context.java.EclipseLinkJavaConverter<?>> |
EclipseLinkPersistenceUnit.TypeMappingConverterTransformer.transform(TypeMapping typeMapping)
|
| Uses of TypeMapping in org.eclipse.jpt.jpa.ui |
|---|
| Method parameters in org.eclipse.jpt.jpa.ui with type arguments of type TypeMapping | |
|---|---|
JpaComposite |
JpaPlatformUi.buildTypeMappingComposite(JptResourceType resourceType,
String mappingKey,
PropertyValueModel<TypeMapping> mappingModel,
PropertyValueModel<Boolean> enabledModel,
Composite parentComposite,
WidgetFactory widgetFactory,
ResourceManager resourceManager)
|
JpaComposite |
MappingResourceUiDefinition.buildTypeMappingComposite(String mappingKey,
PropertyValueModel<TypeMapping> mappingModel,
PropertyValueModel<Boolean> enabledModel,
Composite parentComposite,
WidgetFactory widgetFactory,
ResourceManager resourceManager)
Build a type mapping composite for the specified mapping. |
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||