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

Packages that use MappingFile
org.eclipse.jpt.core   
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.context.persistence   
 

Uses of MappingFile in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return MappingFile
 MappingFile JpaFactory.buildMappingFile(MappingFileRef parent, JpaXmlResource resource)
           
 MappingFile JpaPlatform.buildMappingFile(MappingFileRef parent, JpaXmlResource resource)
           
 

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

Methods in org.eclipse.jpt.core.context that return MappingFile
 MappingFile MappingFileProvider.buildMappingFile(MappingFileRef parent, JpaXmlResource resource, JpaFactory factory)
          Build a mapping with the specified parent and resource.
 

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

Subinterfaces of MappingFile in org.eclipse.jpt.core.context.orm
 interface OrmXml
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of MappingFile in org.eclipse.jpt.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence that return MappingFile
 MappingFile MappingFileRef.getMappingFile()
          Return the mapping file ref's mapping file corresponding to the file name.