Uses of Interface
org.eclipse.jpt.core.context.orm.EntityMappings

Packages that use EntityMappings
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.orm   
 

Uses of EntityMappings in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return EntityMappings
 EntityMappings JpaFactory.buildEntityMappings(OrmXml parent, XmlEntityMappings entityMappings)
           
 

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

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

Methods in org.eclipse.jpt.core.context.orm that return EntityMappings
 EntityMappings OrmXml.addEntityMappings()
          Add a entity-mappings node to the orm.xml file and return the object representing it.
 EntityMappings OrmXml.getEntityMappings()
          Return the content represented by the root of the orm.xml file.