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 TypeMethodDescriptionvoidRepositoryFactorySupport.addInvocationListener(RepositoryMethodInvocationListener listener) Adds aRepositoryMethodInvocationListenerto the factory to plug in functionality triggered right after runningquery methodsandfragment methods.