Uses of Interface
org.eclipse.jpt.core.JpaProject

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
 JpaFile JpaFactory.buildJavaJpaFile(JpaProject jpaProject, org.eclipse.core.resources.IFile file)
          Construct a Java JPA file for the specified JPA project and file.
 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 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.
 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.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)