Uses of Interface
org.springframework.data.repository.support.RepositoryInvocationInformation
Packages that use 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
Classes in org.springframework.data.querydsl that implement RepositoryInvocationInformationModifier and TypeClassDescriptionclassRepositoryInvokerthat is aware of aQuerydslPredicateExecutorandPredicateto be executed for all flavors offindAll(…). -
Uses of RepositoryInvocationInformation in org.springframework.data.repository.support
Subinterfaces of RepositoryInvocationInformation in org.springframework.data.repository.supportModifier and TypeInterfaceDescriptioninterfaceAPI to invoke (CRUD) methods on Spring Data repository instances independently of the base interface they expose.