org.springframework.data.repository.util
Class QueryExecutionConverters
java.lang.Object
org.springframework.data.repository.util.QueryExecutionConverters
public class QueryExecutionConverters
- extends Object
Converters to potentially wrap the execution of a repository method into a variety of wrapper types potentially being
available on the classpath.
- Since:
- 1.8
- Author:
- Oliver Gierke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryExecutionConverters
public QueryExecutionConverters()
supports
public static boolean supports(Class<?> type)
- Returns whether the given type is a supported wrapper type.
- Parameters:
type - must not be null.
- Returns:
registerConvertersIn
public static void registerConvertersIn(ConfigurableConversionService conversionService)
- Registers converters for wrapper types found on the classpath.
- Parameters:
conversionService - must not be null.
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.