Package javax.jcr.query


package javax.jcr.query
Provides interfaces and classes for content repository searching functionality.
  • Class
    Description
    Thrown by methods of Query.
    A Query object.
    This interface encapsulates methods for the management of search queries.
    A QueryResult object.
    A row in the query result table.
    Allows easy iteration through a list of Rows with nextRow as well as a skip method inherited from RangeIterator.