Uses of Package
org.modeshape.graph.query.parse

Packages that use org.modeshape.graph.query.parse
org.modeshape.graph.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. 
org.modeshape.jcr.query   
org.modeshape.jcr.xpath The components used to parse JCR XPath queries and translate them into equivalent JCR-SQL2 queries. 
 

Classes in org.modeshape.graph.query.parse used by org.modeshape.graph.query.parse
InvalidQueryException
          An exception signalling that a query is invalid (but typically well-formed)
QueryParser
          The basic interface defining a component that is able to parse a string query into a QueryCommand.
 

Classes in org.modeshape.graph.query.parse used by org.modeshape.jcr.query
QueryParser
          The basic interface defining a component that is able to parse a string query into a QueryCommand.
SqlQueryParser
          A QueryParser implementation that parses a subset of SQL select and set queries.
 

Classes in org.modeshape.graph.query.parse used by org.modeshape.jcr.xpath
InvalidQueryException
          An exception signalling that a query is invalid (but typically well-formed)
QueryParser
          The basic interface defining a component that is able to parse a string query into a QueryCommand.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.