Uses of Interface
org.eclipse.jpt.db.ConnectionProfile

Packages that use ConnectionProfile
org.eclipse.jpt.core   
org.eclipse.jpt.db   
 

Uses of ConnectionProfile in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return ConnectionProfile
 ConnectionProfile JpaDataSource.getConnectionProfile()
          The data source's connection profile should never be null.
 ConnectionProfile JpaProject.getConnectionProfile()
          Return the project's connection
 

Uses of ConnectionProfile in org.eclipse.jpt.db
 

Methods in org.eclipse.jpt.db that return ConnectionProfile
 ConnectionProfile ConnectionProfileRepository.connectionProfileNamed(java.lang.String name)
          Return the connection profile with the specified name.
 

Methods in org.eclipse.jpt.db that return types with arguments of type ConnectionProfile
 java.util.Iterator<ConnectionProfile> ConnectionProfileRepository.connectionProfiles()
          Return the repository's connection profiles.
 

Methods in org.eclipse.jpt.db with parameters of type ConnectionProfile
 void ConnectionAdapter.aboutToClose(ConnectionProfile profile)
           
 void ConnectionListener.aboutToClose(ConnectionProfile profile)
           
 void ConnectionAdapter.catalogChanged(ConnectionProfile profile, Catalog catalog)
           
 void ConnectionListener.catalogChanged(ConnectionProfile profile, Catalog catalog)
           
 void ConnectionAdapter.closed(ConnectionProfile profile)
           
 void ConnectionListener.closed(ConnectionProfile profile)
           
 void ConnectionAdapter.columnChanged(ConnectionProfile profile, Column column)
           
 void ConnectionListener.columnChanged(ConnectionProfile profile, Column column)
           
 void ConnectionProfileAdapter.connectionProfileChanged(ConnectionProfile profile)
           
 void ConnectionProfileListener.connectionProfileChanged(ConnectionProfile profile)
          The specified profile has been modified.
 void ConnectionProfileAdapter.connectionProfileReplaced(ConnectionProfile oldProfile, ConnectionProfile newProfile)
           
 void ConnectionProfileListener.connectionProfileReplaced(ConnectionProfile oldProfile, ConnectionProfile newProfile)
          The specified old profile has been replaced with the specified new profile.
 void ConnectionAdapter.databaseChanged(ConnectionProfile profile, Database database)
           
 void ConnectionListener.databaseChanged(ConnectionProfile profile, Database database)
           
 void ConnectionAdapter.foreignKeyChanged(ConnectionProfile profile, ForeignKey foreignKey)
           
 void ConnectionListener.foreignKeyChanged(ConnectionProfile profile, ForeignKey foreignKey)
           
 void ConnectionAdapter.modified(ConnectionProfile profile)
           
 void ConnectionListener.modified(ConnectionProfile profile)
           
 boolean ConnectionAdapter.okToClose(ConnectionProfile profile)
           
 boolean ConnectionListener.okToClose(ConnectionProfile profile)
           
 void ConnectionAdapter.opened(ConnectionProfile profile)
           
 void ConnectionListener.opened(ConnectionProfile profile)
           
 void ConnectionAdapter.schemaChanged(ConnectionProfile profile, Schema schema)
           
 void ConnectionListener.schemaChanged(ConnectionProfile profile, Schema schema)
           
 void ConnectionAdapter.sequenceChanged(ConnectionProfile profile, Sequence sequence)
           
 void ConnectionListener.sequenceChanged(ConnectionProfile profile, Sequence sequence)
           
 void ConnectionAdapter.tableChanged(ConnectionProfile profile, Table table)
           
 void ConnectionListener.tableChanged(ConnectionProfile profile, Table table)