Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.TypeMapping

Packages that use TypeMapping
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context.java   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
org.eclipse.jpt.jpa.core.jpql.spi   
org.eclipse.jpt.jpa.eclipselink.core.context   
org.eclipse.jpt.jpa.eclipselink.core.context.java   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.context.persistence   
org.eclipse.jpt.jpa.ui   
 

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 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.Owner.getOverridableTypeMapping()
           
 TypeMapping ReadOnlyPersistentAttribute.getOwningTypeMapping()
          Return the attribute's owning persistent type's mapping (as opposed to the attribute's target type's mapping).
 TypeMapping ReadOnlyJoinColumnRelationshipStrategy.getRelationshipSource()
          The source of the relationship is usually the owning type mapping.
 TypeMapping ReadOnlyJoinColumnRelationshipStrategy.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.Owner.getTypeMapping()
           
 TypeMapping ReadOnlyOverrideRelationship.getTypeMapping()
           
 TypeMapping ReadOnlyRelationship.getTypeMapping()
          Return the type mapping that contains the relationship's mapping or override.
 TypeMapping ReadOnlyOverride.getTypeMapping()
           
 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
protected  Iterable<Query> TypeMapping.QueriesTransformer.transform_(TypeMapping mapping)
           
protected  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,  mappingBuilder)
          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 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.
 interface JavaEclipseLinkEmbeddable
          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 JavaEclipseLinkEntity
          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 JavaEclipseLinkMappedSuperclass
          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 JavaEclipseLinkNonEmbeddableTypeMapping
          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.
 

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 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.
 interface OrmEclipseLinkEmbeddable
          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 OrmEclipseLinkEntity
          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 OrmEclipseLinkMappedSuperclass
          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 OrmEclipseLinkNonEmbeddableTypeMapping
          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.
 

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.JavaEclipseLinkConverter<?>>> 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.JavaEclipseLinkConverter<?>> 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

Copyright (c) 2012 Oracle. All rights reserved.