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 ofQueryCreationListener
to 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 TypeMethodDescriptionvoid
RepositoryFactorySupport.addQueryCreationListener
(QueryCreationListener<?> listener) Adds aQueryCreationListener
to the factory to plug in functionality triggered right after creation ofRepositoryQuery
instances.