Uses of Class
org.eclipse.jpt.core.resource.orm.XmlEntityMappings

Packages that use XmlEntityMappings
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.resource.orm   
org.eclipse.jpt.eclipselink.core.resource.orm   
org.eclipse.jpt.eclipselink1_1.core.resource.orm.util   
 

Uses of XmlEntityMappings in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type XmlEntityMappings
 EntityMappings JpaFactory.buildEntityMappings(OrmXml parent, XmlEntityMappings entityMappings)
           
 OrmPersistenceUnitDefaults JpaFactory.buildPersistenceUnitDefaults(PersistenceUnitMetadata parent, XmlEntityMappings entityMappings)
           
 PersistenceUnitMetadata JpaFactory.buildPersistenceUnitMetadata(EntityMappings parent, XmlEntityMappings entityMappings)
           
 

Uses of XmlEntityMappings in org.eclipse.jpt.core.context.orm
 

Methods in org.eclipse.jpt.core.context.orm that return XmlEntityMappings
 XmlEntityMappings EntityMappings.getXmlEntityMappings()
           
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlEntityMappings
 void OrmTypeMapping.addToResourceModel(XmlEntityMappings entityMappings)
           
 void OrmTypeMapping.removeFromResourceModel(XmlEntityMappings entityMappings)
           
 

Uses of XmlEntityMappings in org.eclipse.jpt.core.resource.orm
 

Methods in org.eclipse.jpt.core.resource.orm that return XmlEntityMappings
 XmlEntityMappings OrmFactory.createXmlEntityMappings()
           
 XmlEntityMappings XmlEntity.entityMappings()
           
 XmlEntityMappings XmlMappedSuperclass.entityMappings()
           
 XmlEntityMappings XmlEmbeddable.getEntityMappings()
           
 

Uses of XmlEntityMappings in org.eclipse.jpt.eclipselink.core.resource.orm
 

Subclasses of XmlEntityMappings in org.eclipse.jpt.eclipselink.core.resource.orm
 class XmlEntityMappings
          A representation of the model object 'Xml Entity Mappings'.
 

Uses of XmlEntityMappings in org.eclipse.jpt.eclipselink1_1.core.resource.orm.util
 

Methods in org.eclipse.jpt.eclipselink1_1.core.resource.orm.util with parameters of type XmlEntityMappings
 T EclipseLink1_1OrmSwitch.caseOrm_XmlEntityMappings(XmlEntityMappings object)
          Returns the result of interpreting the object as an instance of 'Xml Entity Mappings'.