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

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

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

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

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

Subinterfaces of MappingFileRoot in org.eclipse.jpt.core.context.orm
 interface EntityMappings
          Context orm.xml entity mappings.
 

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

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