Uses of Interface
net.sf.ehcache.store.StoreQuery.Ordering
-
Packages that use StoreQuery.Ordering Package Description net.sf.ehcache.search.impl This package contains an implementation for Results.net.sf.ehcache.store Store package. -
-
Uses of StoreQuery.Ordering in net.sf.ehcache.search.impl
Constructor parameters in net.sf.ehcache.search.impl with type arguments of type StoreQuery.Ordering Constructor Description OrderComparator(java.util.List<StoreQuery.Ordering> orderings)Constructor -
Uses of StoreQuery.Ordering in net.sf.ehcache.store
Methods in net.sf.ehcache.store that return types with arguments of type StoreQuery.Ordering Modifier and Type Method Description java.util.List<StoreQuery.Ordering>StoreQuery. getOrdering()Get the requested search orderings
-