|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JpaFile | |
|---|---|
| org.eclipse.jpt.core | |
| org.eclipse.jpt.ui | |
| Uses of JpaFile in org.eclipse.jpt.core |
|---|
| Methods in org.eclipse.jpt.core that return JpaFile | |
|---|---|
JpaFile |
JpaFactory.buildJavaJpaFile(JpaProject jpaProject,
org.eclipse.core.resources.IFile file)
Construct a Java JPA file for the specified JPA project and file. |
JpaFile |
JpaPlatform.buildJpaFile(JpaProject jpaProject,
org.eclipse.core.resources.IFile file)
Return a JPA file corresponding to the specified Eclipse file. |
JpaFile |
JpaFileProvider.buildJpaFile(JpaProject jpaProject,
org.eclipse.core.resources.IFile file,
JpaFactory factory)
Build a JPA file for the specified JPA project and file. |
JpaFile |
JpaFactory.buildOrmJpaFile(JpaProject jpaProject,
org.eclipse.core.resources.IFile file)
Construct an ORM JPA file for the specified JPA project and file. |
JpaFile |
JpaFactory.buildPersistenceJpaFile(JpaProject jpaProject,
org.eclipse.core.resources.IFile file)
Construct a Persistence JPA file for the specified JPA project and file. |
JpaFile |
JpaModel.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 |
JptCorePlugin.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. |
| Methods in org.eclipse.jpt.core that return types with arguments of type JpaFile | |
|---|---|
java.util.Iterator<JpaFile> |
JpaProject.jpaFiles()
Return the JPA project's JPA files. |
| Uses of JpaFile in org.eclipse.jpt.ui |
|---|
| Methods in org.eclipse.jpt.ui with parameters of type JpaFile | |
|---|---|
JpaStructureProvider |
JpaPlatformUi.buildStructureProvider(JpaFile jpaFile)
Return a *new* structure provider for the given JPA file |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||