Uses of Interface
org.springframework.data.repository.core.support.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
Modifier 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
Modifier and TypeMethodDescriptionvoid
RepositoryFactorySupport.addQueryCreationListener
(QueryCreationListener<?> listener) Adds aQueryCreationListener
to the factory to plug in functionality triggered right after creation ofRepositoryQuery
instances.