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

Packages that use JpaProject
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.persistence   
org.eclipse.jpt.core.jpa2   
org.eclipse.jpt.core.jpa2.context   
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 JpaProjectManager.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.lang.Iterable<JpaProject> JpaProjectManager.getJpaProjects()
          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.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence that return JpaProject
 JpaProject PersistenceUnitProperties.getJpaProject()
          Return the JPA project the PersistenceUnit belongs to.
 

Uses of JpaProject in org.eclipse.jpt.core.jpa2
 

Subinterfaces of JpaProject in org.eclipse.jpt.core.jpa2
 interface JpaProject2_0
          JPA 2.0 project.
 

Uses of JpaProject in org.eclipse.jpt.core.jpa2.context
 

Methods in org.eclipse.jpt.core.jpa2.context that return JpaProject
 JpaProject MetamodelSourceType.getJpaProject()
          Return the source type's JPA project.
 

Uses of JpaProject in org.eclipse.jpt.eclipselink.core
 

Subinterfaces of JpaProject in org.eclipse.jpt.eclipselink.core
 interface EclipseLinkJpaProject
          EclipseLink 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)