|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JpaProject | |
---|---|
org.eclipse.jpt.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 | |
---|---|
void |
JpaPlatform.addToMessages(JpaProject project,
java.util.List<org.eclipse.wst.validation.internal.provisional.core.IMessage> messages)
Adds validation messages to the growing list of messages for a given project |
JpaDataSource |
JpaFactory.buildJpaDataSource(JpaProject jpaProject,
java.lang.String connectionProfileName)
|
JpaFile |
JpaPlatform.buildJpaFile(JpaProject jpaProject,
org.eclipse.core.resources.IFile file)
Construct a JPA file for the specified file, to be added to the specified JPA project. |
JpaFile |
JpaFactory.buildJpaFile(JpaProject jpaProject,
org.eclipse.core.resources.IFile file,
ResourceModel resourceModel)
Construct a JPA file for the specified file and with the specified resource model, to be added to the specified JPA project. |
ResourceModel |
JpaFactory.buildResourceModel(JpaProject jpaProject,
org.eclipse.core.resources.IFile file)
Build a resource model to be associated with the given file. |
JpaRootContextNode |
JpaFactory.buildRootContext(JpaProject jpaProject)
Build a (/an updated) root context node to be associated with the given JPA 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 |