Uses of Interface
org.springframework.data.repository.support.RepositoryInvokerFactory
Packages that use RepositoryInvokerFactory
Package
Description
Support classes for integration of the repository programming model with 3rd party frameworks.
-
Uses of RepositoryInvokerFactory in org.springframework.data.repository.support
Classes in org.springframework.data.repository.support that implement RepositoryInvokerFactoryModifier and TypeClassDescriptionclassDefault implementation ofRepositoryInvokerFactoryto inspect the requested repository type and create a matchingRepositoryInvokerthat suits the repository best.