Dali Provisional API
Release 3.2

Uses of Package
org.eclipse.jpt.jpa.db

Packages that use org.eclipse.jpt.jpa.db
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2   
org.eclipse.jpt.jpa.core.jpa2.context   
org.eclipse.jpt.jpa.core.jpql   
org.eclipse.jpt.jpa.db   
 

Classes in org.eclipse.jpt.jpa.db used by org.eclipse.jpt.jpa.core
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.
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.
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.
ConnectionProfileFactory
          Database connection profile factory To retrieve the connection profile factory corresponding to an Eclipse workspace: IWorkspace workspace = ResourcesPlugin.getWorkspace(); ConnectionProfileFactory factory = (ConnectionProfileFactory) workspace.getAdapter(ConnectionProfileFactory.class); See org.eclipse.jpt.jpa.db/plugin.xml:org.eclipse.core.runtime.adapters.
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.
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.
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.
SchemaContainer
          Schema container (i.e.
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.
 

Classes in org.eclipse.jpt.jpa.db used by org.eclipse.jpt.jpa.core.context
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.
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.
SchemaContainer
          Schema container (i.e.
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.
 

Classes in org.eclipse.jpt.jpa.db used by org.eclipse.jpt.jpa.core.context.orm
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.
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.
SchemaContainer
          Schema container (i.e.
 

Classes in org.eclipse.jpt.jpa.db used by org.eclipse.jpt.jpa.core.jpa2
DatabaseIdentifierAdapter
          This interface allows clients of the Dali db package to control whether database identifiers are to be treated as though they are delimited, which, most significantly, usually means the identifiers are case-sensitive.
 

Classes in org.eclipse.jpt.jpa.db used by org.eclipse.jpt.jpa.core.jpa2.context
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.
 

Classes in org.eclipse.jpt.jpa.db used by org.eclipse.jpt.jpa.core.jpql
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.
 

Classes in org.eclipse.jpt.jpa.db used by org.eclipse.jpt.jpa.db
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.
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.
ConnectionListener
          A ConnectionListener is notified of any changes to a connection.
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.
ConnectionProfileListener
          A ProfileListener is notified of any changes to the DTP connection profiles.
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.
DatabaseIdentifierAdapter
          This interface allows clients of the Dali db package to control whether database identifiers are to be treated as though they are delimited, which, most significantly, usually means the identifiers are case-sensitive.
DatabaseObject
          Behavior common to all database objects.
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.
ForeignKey.ColumnPair
          Pair up the foreign key's column pairs, matching each base column with the appropriate referenced column.
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.
SchemaContainer
          Schema container (i.e.
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.
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.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.