org.eclipse.jpt.core.jpa2
Interface JpaProject2_0.Config

All Superinterfaces:
JpaProject.Config
Enclosing interface:
JpaProject2_0

public static interface JpaProject2_0.Config
extends JpaProject.Config

The settings used to construct a JPA 2.0 project.


Method Summary
 java.lang.String getMetamodelSourceFolderName()
          Return the name of the folder that holds the generated Canonical Metamodel.
 
Methods inherited from interface org.eclipse.jpt.core.JpaProject.Config
discoverAnnotatedClasses, getConnectionProfileName, getJpaPlatform, getProject, getUserOverrideDefaultCatalog, getUserOverrideDefaultSchema
 

Method Detail

getMetamodelSourceFolderName

java.lang.String getMetamodelSourceFolderName()
Return the name of the folder that holds the generated Canonical Metamodel. Return null if the Canonical Metamodel is not to be generated.