Dali Provisional API
Release 3.2

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 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface Column
          Database column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ConnectionProfile
          Database connection profile Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface Database
          Database Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ForeignKey
          Database foreign key Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface Schema
          Database schema Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface SchemaContainer
          Schema container (i.e.
 interface Sequence
          Database sequence Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface Table
          Database table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Fields in org.eclipse.jpt.jpa.db with type parameters of type DatabaseObject
static Comparator<DatabaseObject> DatabaseObject.DEFAULT_COMPARATOR
          Sort by name.
static org.eclipse.jpt.common.utility.transformer.Transformer<DatabaseObject,String> DatabaseObject.IDENTIFIER_TRANSFORMER
           
static org.eclipse.jpt.common.utility.transformer.Transformer<DatabaseObject,String> DatabaseObject.NAME_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.db with parameters of type DatabaseObject
 int DatabaseObject.DefaultComparator.compare(DatabaseObject dbObject1, DatabaseObject dbObject2)
           
 String DatabaseObject.NameTransformer.transform(DatabaseObject dbObject)
           
 String DatabaseObject.IdentifierTransformer.transform(DatabaseObject dbObject)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.