Interface SortField


public interface SortField
Sort specification for a field.
Since:
7.0
Author:
anistor@redhat.com
  • Method Summary

    Modifier and Type
    Method
    Description
    org.infinispan.objectfilter.impl.ql.PropertyPath<?>
    The field path.
    boolean
    Indicates if sorting is ascending or descending.
  • Method Details

    • getPath

      org.infinispan.objectfilter.impl.ql.PropertyPath<?> getPath()
      The field path.
    • isAscending

      boolean isAscending()
      Indicates if sorting is ascending or descending.