|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JpaProject | |
|---|---|
| org.eclipse.jpt.core | |
| org.eclipse.jpt.eclipselink.core | |
| org.eclipse.jpt.ui | |
| Uses of JpaProject in org.eclipse.jpt.core |
|---|
| Methods in org.eclipse.jpt.core that return JpaProject | |
|---|---|
JpaProject |
JpaFactory.buildJpaProject(JpaProject.Config config)
Construct a JpaProject for the specified config, to be added to the specified JPA project. |
JpaProject |
JpaNode.getJpaProject()
Return the JPA project the node belongs to. |
JpaProject |
JpaModel.getJpaProject(org.eclipse.core.resources.IProject project)
Return the JPA project corresponding to the specified Eclipse project. |
static JpaProject |
JptCorePlugin.getJpaProject(org.eclipse.core.resources.IProject project)
Return the JPA project corresponding to the specified Eclipse project, or null if unable to associate the specified project with a JPA project. |
| Methods in org.eclipse.jpt.core that return types with arguments of type JpaProject | |
|---|---|
java.util.Iterator<JpaProject> |
JpaModel.jpaProjects()
Return the JPA model's JPA projects. |
| Methods in org.eclipse.jpt.core with parameters of type JpaProject | |
|---|---|
JpaDataSource |
JpaFactory.buildJpaDataSource(JpaProject jpaProject,
java.lang.String connectionProfileName)
|
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,
JpaResourceModel resourceModel)
Construct a JPA file for the specified JPA project, file, content type, and resource model. |
JpaResourceModel |
JpaResourceModelProvider.buildResourceModel(JpaProject jpaProject,
org.eclipse.core.resources.IFile file)
Build a JPA resource model for the specified JPA project and file. |
JpaRootContextNode |
JpaFactory.buildRootContextNode(JpaProject jpaProject)
Build a (/an updated) root context node to be associated with the given JPA project. |
| Uses of JpaProject in org.eclipse.jpt.eclipselink.core |
|---|
| Subinterfaces of JpaProject in org.eclipse.jpt.eclipselink.core | |
|---|---|
interface |
EclipseLinkJpaProject
A JPA project is associated with an Eclipse project (and its corresponding Java project). |
| Uses of JpaProject in org.eclipse.jpt.ui |
|---|
| Methods in org.eclipse.jpt.ui with parameters of type JpaProject | |
|---|---|
void |
JpaPlatformUi.generateDDL(JpaProject project,
org.eclipse.jface.viewers.IStructuredSelection selection)
|
void |
JpaPlatformUi.generateEntities(JpaProject project,
org.eclipse.jface.viewers.IStructuredSelection selection)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||