Package | Description |
---|---|
org.hibernate.hql.ast.render | |
org.hibernate.hql.ast.spi | |
org.hibernate.hql.lucene.internal |
Constructor and Description |
---|
QueryRenderer(org.antlr.runtime.tree.TreeNodeStream input,
QueryRendererDelegate delegate) |
Modifier and Type | Class and Description |
---|---|
class |
SingleEntityQueryRendererDelegate<Q,R>
This extends the ANTLR generated AST walker to transform a parsed tree
into a query object and collect the target entity types of the query.
|
Constructor and Description |
---|
QueryRendererProcessor(QueryRendererDelegate<?> delegate) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneQueryRendererDelegate
Renderer delegate which creates Lucene queries targeting a single entity or a projection of the same.
|
Copyright © 2013. All rights reserved.