Uses of Interface
org.springframework.data.repository.support.RepositoryInvoker
Packages that use RepositoryInvoker
Package
Description
Querydsl integration support classes.
Support classes for integration of the repository programming model with 3rd party frameworks.
-
Uses of RepositoryInvoker in org.springframework.data.querydsl
Classes in org.springframework.data.querydsl that implement RepositoryInvokerModifier and TypeClassDescriptionclassRepositoryInvokerthat is aware of aQuerydslPredicateExecutorandPredicateto be executed for all flavors offindAll(…).Constructors in org.springframework.data.querydsl with parameters of type RepositoryInvokerModifierConstructorDescriptionQuerydslRepositoryInvokerAdapter(RepositoryInvoker delegate, QuerydslPredicateExecutor<Object> executor, com.querydsl.core.types.Predicate predicate) Creates a newQuerydslRepositoryInvokerAdapterfor the given delegateRepositoryInvoker,QuerydslPredicateExecutorand QuerydslPredicate. -
Uses of RepositoryInvoker in org.springframework.data.repository.support
Methods in org.springframework.data.repository.support that return RepositoryInvokerModifier and TypeMethodDescriptionprotected RepositoryInvokerDefaultRepositoryInvokerFactory.createInvoker(RepositoryInformation information, Object repository) DefaultRepositoryInvokerFactory.getInvokerFor(Class<?> domainType) RepositoryInvokerFactory.getInvokerFor(Class<?> domainType) Returns theRepositoryInvokerfor a repository managing the given domain type.