|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryManager
Main entry point from Ehcache into the query manager responsible for parsing SQL-like statements and returning a net.sf.ehcache.search.Query object.
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.
Method Summary | |
---|---|
Query |
createQuery(String statement)
Parses a String statement expressing an Ehcache Search query and returns
a Query object for the cache specified in the statement. |
Method Detail |
---|
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 query
Query
object tied to the cache specified in the statement
CacheException
- if the cache could not be found or if a parse error occurs
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |