Uses of Interface
net.sf.ehcache.search.Query
-
Packages that use Query Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.constructs The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns.net.sf.ehcache.constructs.classloader ClassLoader contstructs packagenet.sf.ehcache.search This package contains classes for ehcache core search API.net.sf.ehcache.search.query This package contains the QueryMangerBuilder and the QueryManager interface to support BMSQL. -
-
Uses of Query in net.sf.ehcache
Methods in net.sf.ehcache that return Query Modifier and Type Method Description QueryCache. createQuery()Create a new query builder for this cacheQueryEhcache. createQuery()Create a new query builder for this cache -
Uses of Query in net.sf.ehcache.constructs
Methods in net.sf.ehcache.constructs that return Query Modifier and Type Method Description QueryEhcacheDecoratorAdapter. createQuery()Create a new query builder for this cache -
Uses of Query in net.sf.ehcache.constructs.classloader
Methods in net.sf.ehcache.constructs.classloader that return Query Modifier and Type Method Description QueryClassLoaderAwareCache. createQuery()Create a new query builder for this cache -
Uses of Query in net.sf.ehcache.search
Methods in net.sf.ehcache.search that return Query Modifier and Type Method Description QueryQuery. addCriteria(Criteria criteria)Adds a criteria to the queryQueryQuery. addGroupBy(Attribute<?>... attribute)Group result set by unique value(s) of specified attribute(s).QueryQuery. addOrderBy(Attribute<?> attribute, Direction direction)Request result set ordering by the given attribute and direction.QueryQuery. end()Optional method for terminating query creation.QueryQuery. includeAggregator(Aggregator... aggregators)Request this query to aggregate the results by the given Aggregator(s)QueryQuery. includeAttribute(Attribute<?>... attributes)Request that the given attribute(s) should be present in the result for this query.QueryQuery. includeKeys()Request that the key object be present in the results.QueryQuery. includeValues()Request that the value object be present in the results.QueryQuery. maxResults(int maxResults)Restrict the number of results returned from the search. -
Uses of Query in net.sf.ehcache.search.query
Methods in net.sf.ehcache.search.query that return Query Modifier and Type Method Description QueryQueryManager. createQuery(java.lang.String statement)Parses aStringstatement expressing an Ehcache Search query and returns aQueryobject for the cache specified in the statement.
-