Uses of Interface
org.infinispan.objectfilter.SortField
-
Packages that use SortField Package Description org.infinispan.objectfilter Querying on plain Java objects. -
-
Uses of SortField in org.infinispan.objectfilter
Methods in org.infinispan.objectfilter that return SortField Modifier and Type Method Description SortField[]
FilterSubscription. getSortFields()
The array of sort specifications if defined, ornull
otherwise.SortField[]
ObjectFilter. getSortFields()
The array of sort specifications if defined, ornull
otherwise.
-