Uses of Interface
org.springframework.data.repository.core.support.QueryCreationListener
Packages that use QueryCreationListener
Package
Description
Base classes to implement CDI support for repositories.
Base classes to implement repositories for various data stores.
-
Uses of QueryCreationListener in org.springframework.data.repository.cdi
Methods in org.springframework.data.repository.cdi that return types with arguments of type QueryCreationListenerModifier and TypeMethodDescriptiondefault List<QueryCreationListener<?>>CdiRepositoryConfiguration.getQueryCreationListeners()Returns the list ofQueryCreationListenerto be used during repository proxy creation. -
Uses of QueryCreationListener in org.springframework.data.repository.core.support
Methods in org.springframework.data.repository.core.support with parameters of type QueryCreationListenerModifier and TypeMethodDescriptionvoidRepositoryFactorySupport.addQueryCreationListener(QueryCreationListener<?> listener) Adds aQueryCreationListenerto the factory to plug in functionality triggered right after creation ofRepositoryQueryinstances.