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   
 

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.
 



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