org.chromattic.core.query
Class QueryImpl<O>

java.lang.Object
  extended by org.chromattic.core.query.QueryImpl<O>
All Implemented Interfaces:
Query<O>

public class QueryImpl<O>
extends java.lang.Object
implements Query<O>

Version:
$Revision$
Author:
Julien Viet

Method Summary
 javax.jcr.query.Query getNativeQuery()
           
 QueryResult<O> objects()
           
 QueryResult<O> objects(java.lang.Long offset, java.lang.Long limit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNativeQuery

public javax.jcr.query.Query getNativeQuery()

objects

public QueryResult<O> objects()
                       throws ChromatticException
Specified by:
objects in interface Query<O>
Throws:
ChromatticException

objects

public QueryResult<O> objects(java.lang.Long offset,
                              java.lang.Long limit)
                       throws ChromatticException
Specified by:
objects in interface Query<O>
Throws:
ChromatticException


Copyright © 2013 eXo Platform SAS. All Rights Reserved.