Uses of Class
net.sf.ehcache.search.Direction
-
Packages that use Direction Package Description net.sf.ehcache.search This package contains classes for ehcache core search API.net.sf.ehcache.store Store package. -
-
Uses of Direction in net.sf.ehcache.search
Methods in net.sf.ehcache.search that return Direction Modifier and Type Method Description static DirectionDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Direction[]Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.ehcache.search with parameters of type Direction Modifier and Type Method Description QueryQuery. addOrderBy(Attribute<?> attribute, Direction direction)Request result set ordering by the given attribute and direction. -
Uses of Direction in net.sf.ehcache.store
Methods in net.sf.ehcache.store that return Direction Modifier and Type Method Description DirectionStoreQuery.Ordering. getDirection()Ordering direction
-