Package | Description |
---|---|
org.modeshape.jcr.query.parse |
This package defines the
QueryParser interface, which defines a component that can parse a query represented
in a specific language and produce the corresponding abstract query model representation. |
Modifier and Type | Class and Description |
---|---|
class |
JcrQomQueryParser
A parser for the JCR Query Object Model language.
|
class |
JcrSql2QueryParser
An specialization of the
BasicSqlQueryParser that uses a different language name that matches the JCR 2.0
specification. |
class |
JcrSqlQueryParser
Parser for JCR-SQL queries that produces
abstract query model (AQM) objects. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.