Uses of Interface
org.eclipse.jpt.jpa.core.context.orm.OrmTypeMapping

Packages that use OrmTypeMapping
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
 

Uses of OrmTypeMapping in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of OrmTypeMapping in org.eclipse.jpt.jpa.core.context.orm
 interface OrmEmbeddable
          orm.xml embeddable type mapping
 interface OrmEntity
          orm.xml entity
 interface OrmMappedSuperclass
          orm.xml mapped superclass
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmTypeMapping
 OrmTypeMapping OrmTypeMappingDefinition.buildContextMapping(OrmPersistentType parent, XmlTypeMapping resourceMapping, OrmXmlContextNodeFactory factory)
          Build a context mapping for the specified parent and resource mapping, using the specified factory.
 OrmTypeMapping OrmPersistentType.getMapping()
           
 OrmTypeMapping OrmReadOnlyPersistentAttribute.getOwningTypeMapping()
           
 OrmTypeMapping OrmOverrideContainer.Owner.getTypeMapping()
           
 OrmTypeMapping OrmAttributeMapping.getTypeMapping()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmTypeMapping
 void EntityMappings.changeMapping(OrmPersistentType ormPersistentType, OrmTypeMapping oldMapping, OrmTypeMapping newMapping)
           
 void OrmTypeMapping.initializeFrom(OrmTypeMapping oldMapping)
           
 

Uses of OrmTypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of OrmTypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkOrmTypeMapping
          EclipseLink type mapping
 interface OrmEclipseLinkEmbeddable
          EclipseLink orm.xml embeddable
 interface OrmEclipseLinkEntity
          EclipseLink orm.xml entity
 interface OrmEclipseLinkMappedSuperclass
          EclipseLink orm.xml mapped superclass
 interface OrmEclipseLinkNonEmbeddableTypeMapping
          EclipseLink orm.xml non-embeddable type mapping