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

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

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

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

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

Methods in org.eclipse.jpt.jpa.core.context that return MappingFile
 MappingFile MappingFileRoot.getParent()
          covariant override
 

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

Subinterfaces of MappingFile in org.eclipse.jpt.jpa.core.context.orm
 interface OrmXml
          JPA orm.xml file.
 

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

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