|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TypeMapping in org.eclipse.jpt.core.context |
|---|
| Subinterfaces of TypeMapping in org.eclipse.jpt.core.context | |
|---|---|
interface |
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 |
Entity
Entity |
interface |
MappedSuperclass
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Methods in org.eclipse.jpt.core.context that return TypeMapping | |
|---|---|
TypeMapping |
PersistentType.getMapping()
Return the persistent type's mapping. |
TypeMapping |
OverrideContainer.Owner.getOverridableTypeMapping()
Return the type mapping that contains the attributes/associations to be overridden. |
TypeMapping |
PersistentAttribute.getOwningTypeMapping()
Return the mapping of the owning persistent type |
TypeMapping |
JoinColumnJoiningStrategy.getRelationshipSource()
The source of the relationship will usually be the owning type mapping. |
TypeMapping |
JoinColumnJoiningStrategy.getRelationshipTarget()
The target of the relationship will usually be 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 attribute mapping's attribute's type. |
TypeMapping |
BaseOverride.Owner.getTypeMapping()
Return the type mapping that this override is contained in |
TypeMapping |
NamedColumn.Owner.getTypeMapping()
Return the type mapping that contains the column. |
TypeMapping |
OverrideContainer.Owner.getTypeMapping()
Return the mapping of the persistent type where the container is defined. |
TypeMapping |
RelationshipReference.getTypeMapping()
Return the TypeMapping that owns this relationship reference |
| Methods in org.eclipse.jpt.core.context that return types with arguments of type TypeMapping | |
|---|---|
java.util.Iterator<TypeMapping> |
TypeMapping.inheritanceHierarchy()
Return the type mapping's "persistence" inheritance hierarchy, including the type mapping itself. |
| Uses of TypeMapping in org.eclipse.jpt.core.context.java |
|---|
| Subinterfaces of TypeMapping in org.eclipse.jpt.core.context.java | |
|---|---|
interface |
JavaEmbeddable
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
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
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 (Entity, MappedSuperclass, Embeddable). |
| Uses of TypeMapping in org.eclipse.jpt.core.context.orm |
|---|
| Subinterfaces of TypeMapping in org.eclipse.jpt.core.context.orm | |
|---|---|
interface |
OrmEmbeddable
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
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
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
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.eclipselink.core.context |
|---|
| Subinterfaces of TypeMapping in org.eclipse.jpt.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 |
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.eclipselink.core.context.java |
|---|
| Subinterfaces of TypeMapping in org.eclipse.jpt.eclipselink.core.context.java | |
|---|---|
interface |
JavaEclipseLinkEmbeddable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEclipseLinkEntity
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEclipseLinkMappedSuperclass
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.eclipselink.core.context.orm |
|---|
| Subinterfaces of TypeMapping in org.eclipse.jpt.eclipselink.core.context.orm | |
|---|---|
interface |
OrmEclipseLinkEmbeddable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmEclipseLinkEntity
|
interface |
OrmEclipseLinkMappedSuperclass
|
| Uses of TypeMapping in org.eclipse.jpt.ui |
|---|
| Methods in org.eclipse.jpt.ui that return types with arguments of type TypeMapping | |
|---|---|
DefaultMappingUiDefinition<PersistentType,? extends TypeMapping> |
MappingResourceUiDefinition.getDefaultTypeMappingUiDefinition()
Return a default type mapping ui provider or null |
DefaultMappingUiDefinition<PersistentType,? extends TypeMapping> |
JpaPlatformUi.getDefaultTypeMappingUiDefinition(JpaResourceType resourceType)
|
java.util.Iterator<MappingUiDefinition<PersistentType,? extends TypeMapping>> |
MappingResourceUiDefinition.typeMappingUiDefinitions()
|
java.util.Iterator<MappingUiDefinition<PersistentType,? extends TypeMapping>> |
JpaPlatformUi.typeMappingUiDefinitions(JpaResourceType resourceType)
|
| Method parameters in org.eclipse.jpt.ui with type arguments of type TypeMapping | |
|---|---|
JpaComposite |
JpaPlatformUi.buildTypeMappingComposite(JpaResourceType resourceType,
java.lang.String mappingKey,
org.eclipse.swt.widgets.Composite parent,
PropertyValueModel<TypeMapping> mappingHolder,
WidgetFactory widgetFactory)
|
JpaComposite |
MappingResourceUiDefinition.buildTypeMappingComposite(java.lang.String key,
PropertyValueModel<TypeMapping> mappingHolder,
org.eclipse.swt.widgets.Composite parent,
WidgetFactory widgetFactory)
|
| Uses of TypeMapping in org.eclipse.jpt.ui.details.java |
|---|
| Classes in org.eclipse.jpt.ui.details.java with type parameters of type TypeMapping | |
|---|---|
interface |
DefaultJavaTypeMappingUiDefinition<T extends TypeMapping>
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaTypeMappingUiDefinition<T extends TypeMapping>
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.ui.details.orm |
|---|
| Classes in org.eclipse.jpt.ui.details.orm with type parameters of type TypeMapping | |
|---|---|
interface |
OrmTypeMappingUiDefinition<T extends TypeMapping>
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||