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

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return XmlEntityMappings
 XmlEntityMappings OrmPersistenceUnitMetadata.getXmlEntityMappings()
          This can be null.
 XmlEntityMappings EntityMappings.getXmlEntityMappings()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type XmlEntityMappings
 void OrmTypeMapping.addXmlTypeMappingTo(XmlEntityMappings entityMappings)
          Add the type mapping's XML type mapping to the appropriate list in the specified XML entity mappings.
 EntityMappings OrmXmlContextNodeFactory.buildEntityMappings(OrmXml parent, XmlEntityMappings entityMappings)
           
 void OrmTypeMapping.removeXmlTypeMappingFrom(XmlEntityMappings entityMappings)
          Remove the type mapping's XML type mapping from the appropriate list in the specified XML entity mappings.
 

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

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

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

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