org.synyx.hades.dao.query
Interface HadesQuery


public interface HadesQuery

Interface for a query abstraction.

Author:
Oliver Gierke

Method Summary
 java.lang.Object execute(java.lang.Object... parameters)
          Executes the query with the given parameters.
 

Method Detail

execute

java.lang.Object execute(java.lang.Object... parameters)
Executes the query with the given parameters.

Parameters:
parameters -
Returns:


Copyright © 2009-2010 Synyx GmbH & Co. KG. All Rights Reserved.