Class GemfireRepositoryFactoryBean.QueryPostProcessorRegistrationOnQueryCreationListener

java.lang.Object
org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean.QueryPostProcessorRegistrationOnQueryCreationListener
All Implemented Interfaces:
org.springframework.data.repository.core.support.QueryCreationListener<GemfireRepositoryQuery>
Enclosing class:
GemfireRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID>

protected class GemfireRepositoryFactoryBean.QueryPostProcessorRegistrationOnQueryCreationListener extends Object implements org.springframework.data.repository.core.support.QueryCreationListener<GemfireRepositoryQuery>
  • Constructor Details

    • QueryPostProcessorRegistrationOnQueryCreationListener

      public QueryPostProcessorRegistrationOnQueryCreationListener(org.springframework.context.ApplicationContext applicationContext)
  • Method Details

    • getQueryPostProcessorsMetadata

      protected Iterable<org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean.QueryPostProcessorMetadata> getQueryPostProcessorsMetadata()
    • onCreation

      public void onCreation(GemfireRepositoryQuery repositoryQuery)
      Specified by:
      onCreation in interface org.springframework.data.repository.core.support.QueryCreationListener<GemfireRepositoryQuery>