Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
JcrQueryResult.SingleSelectorQueryResultRowIterator
The
RowIterator implementation returned by the JcrQueryResult . |
Modifier and Type | Field and Description |
---|---|
protected JcrQueryResult.QueryResultRowIterator |
JcrQueryResult.AbstractRow.iterator |
Constructor and Description |
---|
AbstractRow(JcrQueryResult.QueryResultRowIterator iterator,
NodeSequence.Batch batchAtRow) |
MultiSelectorQueryResultRow(JcrQueryResult.QueryResultRowIterator iterator,
NodeSequence.Batch batchAtRow) |
SingleSelectorQueryResultRow(JcrQueryResult.QueryResultRowIterator iterator,
NodeSequence.Batch batchAtRow,
int selectorIndex) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.