Dali Provisional API
Release 3.2

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

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

Uses of ConnectionProfile in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return ConnectionProfile
 ConnectionProfile JpaProject.getConnectionProfile()
          Return the JPA project's connection.
 ConnectionProfile JpaDataSource.getConnectionProfile()
          The connection profile is null if the connection profile name is invalid.
 

Uses of ConnectionProfile in org.eclipse.jpt.jpa.db
 

Methods in org.eclipse.jpt.jpa.db that return ConnectionProfile
 ConnectionProfile ConnectionProfileFactory.buildConnectionProfile(String name)
          Build and return a connection profile that wraps the DTP connection profile with the specified name.
 ConnectionProfile ConnectionProfileFactory.buildConnectionProfile(String name, DatabaseIdentifierAdapter adapter)
          Build and return a connection profile that wraps the DTP connection profile with the specified name.
 ConnectionProfile DatabaseObject.getConnectionProfile()
          Return the database object's connection profile.
 

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)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.