Package | Description |
---|---|
com.tangosol.coherence.rest.query |
Contains classes related to the Coherence REST pluggable query engine.
|
Modifier and Type | Method and Description |
---|---|
Query |
QueryEngine.prepareQuery(String sQuery,
Map<String,Object> mapParams)
Prepares a Query for execution by replacing any parameter placeholders
with the appropriate values from the parameter map.
|
Query |
CoherenceQueryLanguageEngine.prepareQuery(String sQuery,
Map<String,Object> mapParams)
Prepares a Query for execution by replacing any parameter placeholders
with the appropriate values from the parameter map.
|