|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JpaProject.Config
The settings used to construct a JPA project.
Method Summary | |
---|---|
boolean |
discoverAnnotatedClasses()
Return whether the new JPA project is to "discover" annotated classes. |
java.lang.String |
getConnectionProfileName()
Return the name of the connection profile to be associated with the new JPA project. |
JpaPlatform |
getJpaPlatform()
Return the JPA platform to be associated with the new JPA project. |
org.eclipse.core.resources.IProject |
getProject()
Return the Eclipse project to be associated with the new JPA project. |
java.lang.String |
getUserOverrideDefaultSchemaName()
Return the name of the schema to use instead of the default schema of the connection profile. |
Method Detail |
---|
org.eclipse.core.resources.IProject getProject()
JpaPlatform getJpaPlatform()
java.lang.String getConnectionProfileName()
java.lang.String getUserOverrideDefaultSchemaName()
boolean discoverAnnotatedClasses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |