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   
 

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)
           
 PersistenceUnitDefaults 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 with parameters of type XmlEntityMappings
 AbstractXmlTypeMapping OrmTypeMapping.addToResourceModel(XmlEntityMappings entityMappings)
           
 void OrmTypeMapping.removeFromResourceModel(XmlEntityMappings entityMappings)
           
 void EntityMappings.update(XmlEntityMappings entityMappings)
           
 void PersistenceUnitDefaults.update(XmlEntityMappings entityMappings)
           
 void PersistenceUnitMetadata.update(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 OrmResource.getEntityMappings()
           
 XmlEntityMappings XmlEmbeddable.getEntityMappings()