| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FinderQuery<K,V,R>
A finder query is a query for an instance of a class by its primary key. A finder query is parameterized by the type of key K, type of value V and type of result R.
| Method Summary | |
|---|---|
|  R | execute(OpenJPAStateManager sm,
        StoreManager store,
        FetchConfiguration fetch)Execute the query for a given instance. | 
|  V | getDelegate()Gets the value to which this receiver delegates its execution. | 
|  K | getIdentifier()Gets the identifier of this receiver. | 
|  String | getQueryString()Gets the query string. | 
| Method Detail | 
|---|
K getIdentifier()
V getDelegate()
R execute(OpenJPAStateManager sm,
          StoreManager store,
          FetchConfiguration fetch)
sm - the StateManager for a given instance carrying the primary key
 values.store - the data store against which the query is to be executed.fetch - fetch parameters
String getQueryString()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||