Spring Data Commons

org.springframework.data.repository.query
Interface RepositoryQuery


public interface RepositoryQuery

Interface for a query abstraction.

Author:
Oliver Gierke

Method Summary
 Object execute(Object[] parameters)
          Executes the RepositoryQuery with the given parameters.
 QueryMethod getQueryMethod()
          Returns the
 

Method Detail

execute

Object execute(Object[] parameters)
Executes the RepositoryQuery with the given parameters.

Parameters:
store -
parameters -
Returns:

getQueryMethod

QueryMethod getQueryMethod()
Returns the

Returns:

Spring Data Commons

Copyright © 2012. All Rights Reserved.