Uses of Class
org.springframework.data.domain.Sort.TypedSort
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.-
Uses of Sort.TypedSort in org.springframework.data.domain
Modifier and TypeMethodDescription<S> Sort.TypedSort<S>
<S> Sort.TypedSort<S>
Sort.TypedSort.by
(MethodInvocationRecorder.Recorded.ToCollectionConverter<T, S> collectionProperty) <S> Sort.TypedSort<S>
Sort.TypedSort.by
(MethodInvocationRecorder.Recorded.ToMapConverter<T, S> mapProperty) static <T> Sort.TypedSort<T>
Creates a newSort.TypedSort
for the given type.