| Methods in org.eclipse.jpt.jpa.db with parameters of type ConnectionProfile |
void |
ConnectionListener.aboutToClose(ConnectionProfile profile)
|
void |
ConnectionAdapter.aboutToClose(ConnectionProfile profile)
|
void |
ConnectionListener.catalogChanged(ConnectionProfile profile,
Catalog catalog)
|
void |
ConnectionAdapter.catalogChanged(ConnectionProfile profile,
Catalog catalog)
|
void |
ConnectionListener.closed(ConnectionProfile profile)
|
void |
ConnectionAdapter.closed(ConnectionProfile profile)
|
void |
ConnectionListener.columnChanged(ConnectionProfile profile,
Column column)
|
void |
ConnectionAdapter.columnChanged(ConnectionProfile profile,
Column column)
|
void |
ConnectionListener.databaseChanged(ConnectionProfile profile,
Database database)
|
void |
ConnectionAdapter.databaseChanged(ConnectionProfile profile,
Database database)
|
void |
ConnectionListener.foreignKeyChanged(ConnectionProfile profile,
ForeignKey foreignKey)
|
void |
ConnectionAdapter.foreignKeyChanged(ConnectionProfile profile,
ForeignKey foreignKey)
|
void |
ConnectionListener.modified(ConnectionProfile profile)
|
void |
ConnectionAdapter.modified(ConnectionProfile profile)
|
boolean |
ConnectionListener.okToClose(ConnectionProfile profile)
|
boolean |
ConnectionAdapter.okToClose(ConnectionProfile profile)
|
void |
ConnectionListener.opened(ConnectionProfile profile)
|
void |
ConnectionAdapter.opened(ConnectionProfile profile)
|
void |
ConnectionListener.schemaChanged(ConnectionProfile profile,
Schema schema)
|
void |
ConnectionAdapter.schemaChanged(ConnectionProfile profile,
Schema schema)
|
void |
ConnectionListener.sequenceChanged(ConnectionProfile profile,
Sequence sequence)
|
void |
ConnectionAdapter.sequenceChanged(ConnectionProfile profile,
Sequence sequence)
|
void |
ConnectionListener.tableChanged(ConnectionProfile profile,
Table table)
|
void |
ConnectionAdapter.tableChanged(ConnectionProfile profile,
Table table)
|