Spring Data Core

org.springframework.data.repository.util
Class QueryExecutionConverters

java.lang.Object
  extended by 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

Constructor Summary
QueryExecutionConverters()
           
 
Method Summary
static void registerConvertersIn(ConfigurableConversionService conversionService)
          Registers converters for wrapper types found on the classpath.
static boolean supports(Class<?> type)
          Returns whether the given type is a supported wrapper type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryExecutionConverters

public QueryExecutionConverters()
Method Detail

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.

Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.