|
||||||||||
| 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 |
getUserOverrideDefaultCatalog()
Return the catalog to use instead of the connection profile's default catalog. |
java.lang.String |
getUserOverrideDefaultSchema()
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 getUserOverrideDefaultCatalog()
java.lang.String getUserOverrideDefaultSchema()
boolean discoverAnnotatedClasses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||