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

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

Uses of DatabaseObject in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with type parameters of type DatabaseObject
<T extends DatabaseObject>
T
JpaDataSource.selectDatabaseObjectForIdentifier(java.lang.Iterable<T> databaseObjects, java.lang.String identifier)
          Select and return the database object with the specified identifier.
 

Uses of DatabaseObject in org.eclipse.jpt.db
 

Subinterfaces of DatabaseObject in org.eclipse.jpt.db
 interface Catalog
          Database catalog
 interface Column
          Database column
 interface ConnectionProfile
          Database connection profile
 interface Database
          Database
 interface ForeignKey
          Database foreign key
 interface Schema
          Database schema
 interface SchemaContainer
          Schema "container" (i.e.
 interface Sequence
          Database sequence
 interface Table
          Database table
 

Fields in org.eclipse.jpt.db with type parameters of type DatabaseObject
static java.util.Comparator<DatabaseObject> DatabaseObject.DEFAULT_COMPARATOR
           
static org.eclipse.jpt.utility.internal.Transformer<DatabaseObject,java.lang.String> DatabaseObject.IDENTIFIER_TRANSFORMER
           
static org.eclipse.jpt.utility.internal.Transformer<DatabaseObject,java.lang.String> DatabaseObject.NAME_TRANSFORMER
           
 

Methods in org.eclipse.jpt.db with type parameters of type DatabaseObject
<T extends DatabaseObject>
T
Database.selectDatabaseObjectForIdentifier(java.lang.Iterable<T> databaseObjects, java.lang.String identifier)
          Select and return from the specified list of database objects the database object identified by the specified identifier.