Uses of Interface
org.springframework.data.repository.support.RepositoryInvocationInformation
Package
Description
Querydsl integration support classes.
Support classes for integration of the repository programming model with 3rd party frameworks.
-
Uses of RepositoryInvocationInformation in org.springframework.data.querydsl
Modifier and TypeClassDescriptionclass
RepositoryInvoker
that is aware of aQuerydslPredicateExecutor
andPredicate
to be executed for all flavors offindAll(…)
. -
Uses of RepositoryInvocationInformation in org.springframework.data.repository.support
Modifier and TypeInterfaceDescriptioninterface
API to invoke (CRUD) methods on Spring Data repository instances independently of the base interface they expose.