org.eclipse.jpt.db
Interface DatabaseFinder.DefaultCallback

Enclosing interface:
DatabaseFinder

public static interface DatabaseFinder.DefaultCallback

The platform-provided finder is passed a "default" callback that can be used if appropriate.


Method Summary
<T extends DatabaseObject>
T
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.
 

Method Detail

selectDatabaseObjectForIdentifier

<T extends DatabaseObject> T 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.