Package javax.jcr.query
Provides interfaces and classes for content repository searching functionality.
-
Interface Summary Interface Description Query AQuery
object.QueryManager This interface encapsulates methods for the management of search queries.QueryResult AQueryResult
object.Row A row in the query result table.RowIterator Allows easy iteration through a list ofRow
s withnextRow
as well as askip
method inherited fromRangeIterator
. -
Exception Summary Exception Description InvalidQueryException Thrown by methods ofQuery
.