Spring Data Commons

Uses of Interface
org.springframework.data.repository.core.support.QueryCreationListener

Packages that use QueryCreationListener
org.springframework.data.repository.core.support Base classes to implement repositories for various data stores. 
 

Uses of QueryCreationListener in org.springframework.data.repository.core.support
 

Methods in org.springframework.data.repository.core.support with parameters of type QueryCreationListener
 void RepositoryFactorySupport.addQueryCreationListener(QueryCreationListener<?> listener)
          Adds a QueryCreationListener to the factory to plug in functionality triggered right after creation of RepositoryQuery instances.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.