Class CustomRepositoryImplementationDetector

java.lang.Object
org.springframework.data.repository.config.CustomRepositoryImplementationDetector

public class CustomRepositoryImplementationDetector extends Object
Detects the custom implementation for a Repository instance. If configured with a ImplementationDetectionConfiguration at construction time, the necessary component scan is executed on first access, cached and its result is the filtered on every further implementation lookup according to the given ImplementationDetectionConfiguration. If none is given initially, every invocation to detectCustomImplementation(ImplementationLookupConfiguration) will issue a new component scan.
Author:
Oliver Gierke, Mark Paluch, Christoph Strobl, Peter Rietzler, Jens Schauder, Mark Paluch