Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
org.modeshape.jcr.query.lucene |
The core query engine, which currently uses Lucene for indexing and raw queries, and
the Hibernate Search engine (which does not depend on or use Hibernate Core or JPA)
for updating and querying the Lucene indexes.
|
org.modeshape.jcr.query.lucene.basic |
The "basic"
Lucene schema has a single index in which all node
and property information are indexed into separate fields. |
org.modeshape.jcr.query.plan |
This package defines the
Planner interface, the CanonicalPlanner implementation, and the
PlanNode class that is used to represent a canonical query plan. |
org.modeshape.jcr.query.process |
This package defines the
QueryProcessor interface, which is responsible for constructing for each query
a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of
the query and returning the tuples to the parent component. |
org.modeshape.jcr.query.validate |
This package provides the interfaces that define the tables and columns that can be queried.
|
Class and Description |
---|
ImmutableSchemata.Builder
A builder of immutable
Schemata objects. |
Schemata
The interface used to access the structure being queried and validate a query.
|
Schemata.Table
Information about a queryable table.
|
Class and Description |
---|
Schemata
The interface used to access the structure being queried and validate a query.
|
Class and Description |
---|
Schemata
The interface used to access the structure being queried and validate a query.
|
Schemata.Column
Information about a queryable column.
|
Class and Description |
---|
Schemata.Column
Information about a queryable column.
|
Class and Description |
---|
ImmutableColumn |
Schemata.Column
Information about a queryable column.
|
Schemata.Table
Information about a queryable table.
|
Schemata.View
Information about a view that is defined in terms of other views/tables.
|
Class and Description |
---|
Schemata
The interface used to access the structure being queried and validate a query.
|
Class and Description |
---|
ImmutableSchemata
An immutable
Schemata implementation. |
ImmutableSchemata.Builder
A builder of immutable
Schemata objects. |
Schemata
The interface used to access the structure being queried and validate a query.
|
Schemata.Column
Information about a queryable column.
|
Schemata.Key
Information about a key for a table.
|
Schemata.Table
Information about a queryable table.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.