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

Packages that use EntityMappings
org.eclipse.jpt.core   
org.eclipse.jpt.core.context   
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
 OrmPersistentType JpaFactory.buildOrmPersistentType(EntityMappings parent, java.lang.String mappingKey)
           
 PersistenceUnitMetadata JpaFactory.buildPersistenceUnitMetadata(EntityMappings parent, XmlEntityMappings entityMappings)
           
 

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

Methods in org.eclipse.jpt.core.context that return EntityMappings
 EntityMappings JpaContextNode.getEntityMappings()
          Return the EntityMappings if this contextNode is within an orm.xml context Return null otherwise.
 

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.