Package | Description |
---|---|
org.hibernate.hql.ast.spi | |
org.hibernate.hql.lucene |
Modifier and Type | Class and Description |
---|---|
class |
QueryRendererProcessor
An
AstProcessor which "renders" a given source query into an output query, by invoking
QueryRendererDelegate while traversing the given query tree. |
class |
QueryResolverProcessor
An
AstProcessor which resolves the elements a given source query into an output query, by invoking
QueryResolverDelegate while traversing the given query tree. |
Modifier and Type | Method and Description |
---|---|
Iterator<AstProcessor> |
AstProcessingChain.iterator()
Returns an iterator with the processors of this chain.
|
Modifier and Type | Method and Description |
---|---|
Iterator<AstProcessor> |
LuceneProcessingChain.iterator() |
Copyright © 2013. All rights reserved.