Package io.jmix.core
Interface DataSortingOptions
- All Known Implementing Classes:
- JpaDataStore
public interface DataSortingOptions
Defines sorting options of a data store.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanboolean
- 
Method Details- 
isNullsLastSortingboolean isNullsLastSorting()- Returns:
- default sort order of null values
 
- 
supportsLobSortingAndFilteringboolean supportsLobSortingAndFiltering()- Returns:
- true if the data store supports equality check and sorting for LOB columns
 
 
-