Uses of Interface
org.eclipse.jpt.jpa.core.resource.orm.XmlTypeMapping

Packages that use XmlTypeMapping
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.resource.orm   
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return XmlTypeMapping
 XmlTypeMapping OrmTypeMappingDefinition.buildResourceMapping(org.eclipse.emf.ecore.EFactory factory)
          Build a resource mapping using the specifed factory.
 XmlTypeMapping OrmTypeMapping.getXmlTypeMapping()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type XmlTypeMapping
 OrmTypeMapping OrmTypeMappingDefinition.buildContextMapping(OrmPersistentType parent, XmlTypeMapping resourceMapping, OrmXmlContextNodeFactory factory)
          Build a context mapping for the specified parent and resource mapping, using the specified factory.
 OrmPersistentType OrmXmlContextNodeFactory.buildOrmPersistentType(EntityMappings parent, XmlTypeMapping resourceMapping)
           
 

Uses of XmlTypeMapping in org.eclipse.jpt.jpa.core.resource.orm
 

Classes in org.eclipse.jpt.jpa.core.resource.orm that implement XmlTypeMapping
 class AbstractXmlTypeMapping
          A representation of the model object 'Type Mapping'.
 class XmlEmbeddable
          A representation of the model object 'Embeddable'.
 class XmlEntity
          A representation of the model object 'Entity'.
 class XmlMappedSuperclass
          A representation of the model object 'Mapped Superclass'.
 

Methods in org.eclipse.jpt.jpa.core.resource.orm that return types with arguments of type XmlTypeMapping
 java.util.List<XmlTypeMapping> XmlEntityMappings.getTypeMappings()