|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JpaDataSource
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Field Summary | |
---|---|
static java.lang.String |
CONNECTION_PROFILE_NAME_PROPERTY
ID string used when connectionProfileName property is changed |
static java.lang.String |
CONNECTION_PROFILE_PROPERTY
ID string used when connectionProfile property is changed |
Method Summary | |
---|---|
boolean |
connectionProfileIsActive()
|
void |
dispose()
|
ConnectionProfile |
getConnectionProfile()
The data source's connection profile should never be null. |
java.lang.String |
getConnectionProfileName()
Return the data source's connection profile name. |
boolean |
hasAConnection()
|
void |
setConnectionProfileName(java.lang.String connectionProfileName)
Set the data source's connection profile name. |
Methods inherited from interface org.eclipse.jpt.core.JpaNode |
---|
getJpaProject, getParent, getResource |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
---|
static final java.lang.String CONNECTION_PROFILE_NAME_PROPERTY
Model.addPropertyChangeListener(String, org.eclipse.jpt.utility.model.listener.PropertyChangeListener)
,
Constant Field Valuesstatic final java.lang.String CONNECTION_PROFILE_PROPERTY
Model.addPropertyChangeListener(String, org.eclipse.jpt.utility.model.listener.PropertyChangeListener)
,
Constant Field ValuesMethod Detail |
---|
java.lang.String getConnectionProfileName()
void setConnectionProfileName(java.lang.String connectionProfileName)
ConnectionProfile getConnectionProfile()
boolean connectionProfileIsActive()
boolean hasAConnection()
void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |