Uses of Interface
org.eclipse.jpt.jpa.core.context.MappingFileRoot

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

Uses of MappingFileRoot in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return MappingFileRoot
 MappingFileRoot JpaContextNode.getMappingFileRoot()
          Return the mapping file root if the context node is within a mapping file.
 MappingFileRoot MappingFilePersistenceUnitMetadata.getParent()
          Covariant override.
 MappingFileRoot MappingFile.getRoot()
          Return the mapping file's root.
 

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

Subinterfaces of MappingFileRoot in org.eclipse.jpt.jpa.core.context.orm
 interface EntityMappings
          Context model corresponding to the XML resource model XmlEntityMappings, which corresponds to the entity-mappings element in the orm.xml file.
 

Uses of MappingFileRoot in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of MappingFileRoot in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkEntityMappings