public interface FinderQuery<K,V,R>
Modifier and Type | Method and Description |
---|---|
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.
|
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 parametersString getQueryString()
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.