Uses of Interface
org.eclipse.jpt.jpa.core.JpaFile

Packages that use JpaFile
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.ui   
 

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

Methods in org.eclipse.jpt.jpa.core that return JpaFile
 JpaFile JpaPlatform.buildJpaFile(JpaProject jpaProject, org.eclipse.core.resources.IFile file)
          Return a JPA file corresponding to the specified Eclipse file.
 JpaFile JpaFactory.buildJpaFile(JpaProject jpaProject, org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.content.IContentType contentType, JptResourceModel resourceModel)
          Construct a JPA file for the specified JPA project, file, content type, and resource model.
static JpaFile JptJpaCorePlugin.getJpaFile(org.eclipse.core.resources.IFile file)
          Return the JPA file corresponding to the specified Eclipse file, or null if unable to associate the specified file with a JPA file.
 JpaFile JpaProjectManager.getJpaFile(org.eclipse.core.resources.IFile file)
          Return the JPA file corresponding to the specified Eclipse file, or null if unable to associate the specified file with a JPA file.
 JpaFile JpaProject.getJpaFile(org.eclipse.core.resources.IFile file)
          Return the JPA file corresponding to the specified file.
static JpaFile JptJpaCorePlugin.getJpaFile(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath runtimePath)
           
 

Methods in org.eclipse.jpt.jpa.core that return types with arguments of type JpaFile
 java.lang.Iterable<JpaFile> JpaProject.getJarJpaFiles()
          Return the JPA project's JPA files for jars.
 java.lang.Iterable<JpaFile> JpaProject.getJpaFiles()
          Return the JPA project's JPA files.
 

Uses of JpaFile in org.eclipse.jpt.jpa.ui
 

Methods in org.eclipse.jpt.jpa.ui with parameters of type JpaFile
 JpaStructureProvider JpaPlatformUi.getStructureProvider(JpaFile jpaFile)
          Return a structure provider for the specified JPA file.