Uses of Interface
org.springframework.data.util.MethodInvocationRecorder.Recorded.ToCollectionConverter
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.Core utility APIs such as a type information framework to resolve generic types.
-
Uses of MethodInvocationRecorder.Recorded.ToCollectionConverter in org.springframework.data.domain
Modifier and TypeMethodDescription<S> Sort.TypedSort<S>
Sort.TypedSort.by
(MethodInvocationRecorder.Recorded.ToCollectionConverter<T, S> collectionProperty) -
Uses of MethodInvocationRecorder.Recorded.ToCollectionConverter in org.springframework.data.util
Modifier and TypeMethodDescriptionMethodInvocationRecorder.Recorded.record
(MethodInvocationRecorder.Recorded.ToCollectionConverter<T, S> converter) Record the method invocation traversing to a collection property.