org.eclipse.jpt.db
Class DatabaseFinder.Simple
java.lang.Object
org.eclipse.jpt.db.DatabaseFinder.Simple
- All Implemented Interfaces:
- DatabaseFinder
- Enclosing interface:
- DatabaseFinder
public static final class DatabaseFinder.Simple
- extends java.lang.Object
- implements DatabaseFinder
This finder searches for an exact match.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INSTANCE
public static final DatabaseFinder INSTANCE
instance
public static DatabaseFinder instance()
selectDatabaseObjectForIdentifier
public <T extends DatabaseObject> T selectDatabaseObjectForIdentifier(T[] databaseObjects,
java.lang.String identifier,
DatabaseFinder.DefaultCallback defaultCallback)
- Description copied from interface:
DatabaseFinder
- Select and return from the specified list of database objects the
database object identified by the specified identifier.
- Specified by:
selectDatabaseObjectForIdentifier in interface DatabaseFinder
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object