Dali Provisional API
Release 3.2

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

Packages that use JpaProject
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.persistence   
org.eclipse.jpt.jpa.core.jpa2   
org.eclipse.jpt.jpa.core.jpa2.context   
org.eclipse.jpt.jpa.core.jpql   
org.eclipse.jpt.jpa.core.jpql.spi   
org.eclipse.jpt.jpa.eclipselink.core   
org.eclipse.jpt.jpa.ui   
 

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

Fields in org.eclipse.jpt.jpa.core with type parameters of type JpaProject
static org.eclipse.jpt.common.utility.transformer.Transformer<JpaProject,JpaContextModelRoot> JpaProject.CONTEXT_MODEL_ROOT_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.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 JpaModel.getJpaProject()
          Return the JPA project the node belongs to.
 JpaProject JpaProject.Reference.getValue()
          Return the JPA project corresponding to the reference's Eclipse project.
 JpaProject JpaProject.Reference.rebuild()
          The JPA settings associated with the reference's Eclipse project have changed in such a way as to require the associated JPA project to be completely rebuilt (e.g. when the user changes a project's JPA platform).
 

Methods in org.eclipse.jpt.jpa.core that return types with arguments of type JpaProject
 Iterable<JpaProject> JpaProjectManager.getJpaProjects()
          Return the JPA project manager's JPA projects.
 Iterable<JpaProject> JpaProjectManager.waitToGetJpaProjects()
          Return the JPA project manager's JPA projects.
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JpaProject
 JpaContextModelRoot JpaFactory.buildContextModelRoot(JpaProject jpaProject)
          Build a (/an updated) context model root for the specified JPA project.
 JpaDataSource JpaFactory.buildJpaDataSource(JpaProject jpaProject, String connectionProfileName)
           
 JpaFile JpaPlatform.buildJpaFile(JpaProject jpaProject, IFile file)
          Return a JPA file corresponding to the specified Eclipse file.
 JpaFile JpaFactory.buildJpaFile(JpaProject jpaProject, IFile file, IContentType contentType, JptResourceModel resourceModel)
          Construct a JPA file for the specified JPA project, file, content type, and resource model.
 JptResourceModel JpaResourceModelProvider.buildResourceModel(JpaProject jpaProject, IFile file)
          Build a JPA resource model for the specified JPA project and file.
 boolean JpaProject.ProjectEquals.evaluate(JpaProject jpaProject)
           
 void JpaProject.Manager.execute(JobCommand command, String jobName, JpaProject jpaProject)
          Execute the specified command, possibly asynchronously, synchronizing with all the other stuff manipulating the JPA projects (e.g. resource change events).
 JpaContextModelRoot JpaProject.ContextModelRootTransformer.transform(JpaProject jpaProject)
           
 

Uses of JpaProject in org.eclipse.jpt.jpa.core.context.java
 

Methods in org.eclipse.jpt.jpa.core.context.java with parameters of type JpaProject
 Iterable<String> JavaManagedTypeDefinition.getAnnotationNames(JpaProject jpaProject)
          Return the names of the annotations applicable to this managed type
 

Constructors in org.eclipse.jpt.jpa.core.context.java with parameters of type JpaProject
JavaManagedTypeDefinition.AnnotationNamesTransformer(JpaProject jpaProject)
           
 

Uses of JpaProject in org.eclipse.jpt.jpa.core.context.persistence
 

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

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

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

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

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

Uses of JpaProject in org.eclipse.jpt.jpa.core.jpql
 

Methods in org.eclipse.jpt.jpa.core.jpql with parameters of type JpaProject
protected  JpaManagedTypeProvider JpaJpqlQueryHelper.buildProvider(JpaProject jpaProject, PersistenceUnit persistenceUnit)
          Creates a new JpaManagedTypeProvider which will provide access to the application's JPA metadata information.
 

Constructors in org.eclipse.jpt.jpa.core.jpql with parameters of type JpaProject
DefaultContentAssistExtension(JpaProject jpaProject)
          Creates a new DefaultContentAssistExtension.
 

Uses of JpaProject in org.eclipse.jpt.jpa.core.jpql.spi
 

Constructors in org.eclipse.jpt.jpa.core.jpql.spi with parameters of type JpaProject
JpaManagedTypeProvider(JpaProject jpaProject, PersistentTypeContainer persistentTypeContainer,  mappingBuilder)
          Creates a new JpaManagedTypeProvider.
JpaManagedTypeProvider(JpaProject jpaProject, PersistentTypeContainer persistentTypeContainer, IManagedTypeBuilder managedTypeBuilder,  mappingBuilder)
          Creates a new JpaManagedTypeProvider.
 

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

Subinterfaces of JpaProject in org.eclipse.jpt.jpa.eclipselink.core
 interface EclipseLinkJpaProject
          EclipseLink JPA project.
 

Uses of JpaProject in org.eclipse.jpt.jpa.ui
 

Methods in org.eclipse.jpt.jpa.ui with parameters of type JpaProject
 void JpaPlatformUi.convertJavaGeneratorMetadataToGlobal(JpaProject project)
           
 void JpaPlatformUi.convertJavaQueryMetadataToGlobal(JpaProject project)
           
 void JpaPlatformUi.generateDDL(JpaProject project, IStructuredSelection selection)
           
 void JpaPlatformUi.generateEntities(JpaProject project, IStructuredSelection selection)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.