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(T[] databaseObjects, java.lang.String identifier)
          Select and return the database object with the specified identifier.
 

Methods in org.eclipse.jpt.core with parameters of type DatabaseObject
<T extends DatabaseObject>
T
JpaDataSource.selectDatabaseObjectForIdentifier(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 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.
 

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

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