Uses of Interface
org.springframework.data.repository.util.QueryExecutionConverters.ExecutionAdapter
Packages that use QueryExecutionConverters.ExecutionAdapter
Package
Description
Utility classes for repository implementations.
-
Uses of QueryExecutionConverters.ExecutionAdapter in org.springframework.data.repository.util
Methods in org.springframework.data.repository.util that return QueryExecutionConverters.ExecutionAdapterModifier and TypeMethodDescriptionQueryExecutionConverters.getExecutionAdapter
(Class<?> returnType) Returns theQueryExecutionConverters.ExecutionAdapter
to be used for the given return type.