Uses of Class
org.springframework.data.domain.Sort.TypedSort
Packages that use 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
Methods in org.springframework.data.domain that return Sort.TypedSortModifier 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.TypedSortfor the given type.