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

java.lang.Object
  extended by org.chromattic.core.query.ObjectQueryImpl<O>
All Implemented Interfaces:
Iterable<O>, ObjectQuery<O>, Query

public class ObjectQueryImpl<O>
extends Object
implements ObjectQuery<O>

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
ObjectQueryImpl(Class<O> clazz, DomainSession domainSession, String jcrStatement)
           
 
Method Summary
 ObjectQueryResult<O> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectQueryImpl

public ObjectQueryImpl(Class<O> clazz,
                       DomainSession domainSession,
                       String jcrStatement)
                throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException
Method Detail

iterator

public ObjectQueryResult<O> iterator()
Specified by:
iterator in interface Iterable<O>
Specified by:
iterator in interface ObjectQuery<O>


Copyright © 2009 eXo Platform SAS. All Rights Reserved.