Uses of Interface
org.chromattic.api.query.QueryResult

Packages that use QueryResult
org.chromattic.api.query   
 

Uses of QueryResult in org.chromattic.api.query
 

Methods in org.chromattic.api.query that return QueryResult
 QueryResult<O> Query.objects()
          Executes the query and return the result as a serie of Chromattic entities.
 QueryResult<O> Query.objects(java.lang.Long offset, java.lang.Long limit)
          Executes the query and return the result as a serie of Chromattic entities with the specified limit and offset.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.