|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface QueryEngine
The QueryEngine interface provides a pluggable mechanism for producing queries that can be executed against a NamedCache.
CoherenceQueryLanguageEngine| Method Summary | |
|---|---|
Query |
prepareQuery(java.lang.String sQuery, java.util.Map mapParams)Prepares a Query for execution by replacing any parameter placeholders with the appropriate values from the parameter map. |
| Method Detail |
|---|
Query prepareQuery(java.lang.String sQuery,
java.util.Map mapParams)
sQuery - query expressionmapParams - parameter values used to resolve parameters from query expression
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||