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

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

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

Subinterfaces of DatabaseObject in org.eclipse.jpt.jpa.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.jpa.db with type parameters of type DatabaseObject
static java.util.Comparator<DatabaseObject> DatabaseObject.DEFAULT_COMPARATOR
          Sort by name.
static org.eclipse.jpt.common.utility.internal.Transformer<DatabaseObject,java.lang.String> DatabaseObject.IDENTIFIER_TRANSFORMER
           
static org.eclipse.jpt.common.utility.internal.Transformer<DatabaseObject,java.lang.String> DatabaseObject.NAME_TRANSFORMER