Uses of Interface
org.springframework.data.repository.core.support.RepositoryMethodInvocationListener
Packages that use RepositoryMethodInvocationListener
Package
Description
Base classes to implement repositories for various data stores.
-
Uses of RepositoryMethodInvocationListener in org.springframework.data.repository.core.support
Methods in org.springframework.data.repository.core.support with parameters of type RepositoryMethodInvocationListenerModifier and TypeMethodDescriptionvoid
RepositoryFactorySupport.addInvocationListener
(RepositoryMethodInvocationListener listener) Adds aRepositoryMethodInvocationListener
to the factory to plug in functionality triggered right after runningquery methods
andfragment methods
.