org.chromattic.core.query
Class ObjectQueryImpl<O>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectQueryImpl
public ObjectQueryImpl(Class<O> clazz,
DomainSession domainSession,
String jcrStatement)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
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.