Spring Data Commons

org.springframework.data.repository.core.support
Interface QueryCreationListener<T extends RepositoryQuery>


public interface QueryCreationListener<T extends RepositoryQuery>

Callback for listeners that want to execute functionality on RepositoryQuery creation.

Author:
Oliver Gierke

Method Summary
 void onCreation(T query)
          Will be invoked just after the RepositoryQuery was created.
 

Method Detail

onCreation

void onCreation(T query)
Will be invoked just after the RepositoryQuery was created.

Parameters:
query -

Spring Data Commons

Copyright © 2012. All Rights Reserved.