Uses of Interface
com.tangosol.coherence.rest.query.Query
-
Packages that use Query Package Description com.tangosol.coherence.rest.query Contains classes related to the Coherence REST pluggable query engine. -
-
Uses of Query in com.tangosol.coherence.rest.query
Methods in com.tangosol.coherence.rest.query that return Query Modifier and Type Method Description 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.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.
-