| Name | Description | Type | Package | Framework |
| QueryParser | A parser class of for full SQL-like queries. | Class | org.apache.metamodel.query.parser | Apache MetaModel |
| QueryParserException | Subtype of MetaModelException which indicate a problem in parsing a query passed to the QueryParser. | Class | org.apache.metamodel.query.parser | Apache MetaModel |
| QueryPartCollectionProcessor | Simple implementation of QueryPartProcessor which simply adds all elements to a collection. | Class | org.apache.metamodel.query.parser | Apache MetaModel |
| QueryPartParser | Parser of query parts. | Class | org.apache.metamodel.query.parser | Apache MetaModel |
| QueryPartProcessor | Callback of the QueryPartParser, which recieves notifications whenever a token is identified/parsed. | Interface | org.apache.metamodel.query.parser | Apache MetaModel |
| SelectItemParser | Class | org.apache.metamodel.query.parser | Apache MetaModel | |
| SelectItemParser .MultipleSelectItemsParsedException | Class | org.apache.metamodel.query.parser | Apache MetaModel | |