Class QueryEnhancerSelector.DefaultQueryEnhancerSelector

java.lang.Object
org.springframework.data.jpa.repository.query.QueryEnhancerSelector.DefaultQueryEnhancerSelector
All Implemented Interfaces:
QueryEnhancerSelector
Enclosing interface:
QueryEnhancerSelector

public static class QueryEnhancerSelector.DefaultQueryEnhancerSelector extends Object implements QueryEnhancerSelector
Default QueryEnhancerSelector implementation using class-path information to determine enhancer availability. Subclasses may provide a different configuration by using the protected constructor.
Since:
4.0
Author:
Mark Paluch