クラス CustomRepositoryImplementationDetector

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

public class CustomRepositoryImplementationDetector extends ObjectSE
Repository インスタンスのカスタム実装を検出します。構築時に ImplementationDetectionConfiguration で構成されている場合、必要なコンポーネントスキャンは最初のアクセスで実行され、キャッシュされ、その結果は、指定された ImplementationDetectionConfiguration に従って以降の実装ルックアップごとにフィルタリングされます。最初に何も指定されていない場合、detectCustomImplementation(ImplementationLookupConfiguration) を呼び出すたびに新しいコンポーネントスキャンが発行されます。
作成者:
Oliver Gierke, Mark Paluch, Christoph Strobl, Peter Rietzler, Jens Schauder, Mark Paluch