org.chromattic.api.query
Interface Query<O>


public interface Query<O>

A base interface for all queries.

Version:
$Revision$
Author:
Julien Viet

Method Summary
 QueryResult<O> objects()
          Executes the query and return the result as a serie of Chromattic entities.
 

Method Detail

objects

QueryResult<O> objects()
                       throws ChromatticException
Executes the query and return the result as a serie of Chromattic entities.

Returns:
the query result
Throws:
ChromatticException - any chromattic exception


Copyright © 2009 eXo Platform SAS. All Rights Reserved.