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

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

Uses of DatabaseFinder in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return DatabaseFinder
 DatabaseFinder JpaPlatform.getDatabaseFinder()
          Return a finder that can be used to look up various objects (schemata, tables, columns, etc.) on the database, respecting the platform's and database's case-sensitivity.
 

Uses of DatabaseFinder in org.eclipse.jpt.db
 

Classes in org.eclipse.jpt.db that implement DatabaseFinder
static class DatabaseFinder.Default
          This finder uses the passed in callback to search the list of database objects.
static class DatabaseFinder.Simple
          This finder searches for an exact match.
 

Fields in org.eclipse.jpt.db declared as DatabaseFinder
static DatabaseFinder DatabaseFinder.Simple.INSTANCE
           
static DatabaseFinder DatabaseFinder.Default.INSTANCE
           
 

Methods in org.eclipse.jpt.db that return DatabaseFinder
static DatabaseFinder DatabaseFinder.Simple.instance()
           
static DatabaseFinder DatabaseFinder.Default.instance()
           
 

Methods in org.eclipse.jpt.db with parameters of type DatabaseFinder
 ConnectionProfile ConnectionProfileFactory.buildConnectionProfile(java.lang.String name, DatabaseFinder finder)
          Build and return a connection profile that wraps the DTP connection profile with the specified name.