Interface SortField


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

      • getPath

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

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