public interface QueryManager
This interface obviates Ehcache's dependence on a specific dialect of SQL. Implementations are free to decide which SQL-like language is supported by them.
| 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 2001-2021, Terracotta, Inc.