public interface QueryManager
| Modifier and Type | Method and Description |
|---|---|
Query |
createQuery(String statement)
|
Query createQuery(String statement) throws CacheException
String statement expressing an Ehcache Search query and returns
a Query object for the cache specified in the statement.statement - a String expressing an Ehcache Search queryQueryobject tied to the cache specified in the statementCacheException - if the cache could not be found or if a parse error occursCopyright © 2003–2016 Terracotta, Inc.. All rights reserved.