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