Package org.eclipse.jpt.jpa.db

Interface Summary
Catalog Database catalog
Column Database column
ConnectionListener A ConnectionListener is notified of any changes to a connection.
ConnectionProfile Database connection profile
ConnectionProfileFactory Database connection profile factory
ConnectionProfileListener A ProfileListener is notified of any changes to the DTP connection profiles.
Database Database
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
ForeignKey.ColumnPair Pair up the foreign key's column pairs, matching each base column with the appropriate referenced column.
Schema Database schema
SchemaContainer Schema container (i.e.
Sequence Database sequence
Table Database table
 

Class Summary
ConnectionAdapter An empty implementation of ConnectionListener.
ConnectionProfileAdapter An empty implementation of ConnectionProfileListener.
DatabaseIdentifierAdapter.Default This adapter simply returns false, which is compatible with JPA 1.0.
JptJpaDbPlugin The Dali JPA DB plug-in lifecycle implementation.