Uses of Class
org.springframework.data.relational.domain.SqlSort
Packages that use SqlSort
-
Uses of SqlSort in org.springframework.data.relational.domain
Methods in org.springframework.data.relational.domain that return SqlSortModifier and TypeMethodDescriptionSqlSort.and(Sort.Direction direction, String... paths) Returns a newSqlSortwith the given sorting criteria added to the current one.SqlSort.andUnsafe(Sort.Direction direction, String... properties) Returns a newSqlSortwith the given sorting criteria added to the current one.static SqlSortstatic SqlSortSqlSort.of(Sort.Direction direction, String... paths) static SqlSortCreates new unsafeSqlSortbased on given properties.static SqlSortSqlSort.unsafe(Sort.Direction direction, String... properties) Creates new unsafeSqlSortbased on givenSort.Directionand properties.static SqlSortSqlSort.unsafe(Sort.Direction direction, List<String> properties) Creates new unsafeSqlSortbased on givenSort.Directionand properties.