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