Package | Description |
---|---|
org.hibernate.hql.ast.common | |
org.hibernate.hql.ast.origin.hql.resolve | |
org.hibernate.hql.ast.render | |
org.hibernate.hql.ast.spi | |
org.hibernate.hql.lucene.internal |
Modifier and Type | Field and Description |
---|---|
static JoinType |
JoinType.CROSS
Represents a cross join (aka a cartesian product).
|
static JoinType |
JoinType.FULL
Represents a full join.
|
static JoinType |
JoinType.INNER
Represents an inner join.
|
static JoinType |
JoinType.LEFT
Represents a left outer join.
|
static JoinType |
JoinType.RIGHT
Represents a right outer join.
|
Modifier and Type | Field and Description |
---|---|
JoinType |
GeneratedHQLResolver.joinType_return.joinType |
Modifier and Type | Field and Description |
---|---|
JoinType |
QueryRenderer.joinType_return.joinType |
Modifier and Type | Method and Description |
---|---|
void |
QueryResolverDelegate.pushFromStrategy(JoinType joinType,
org.antlr.runtime.tree.Tree assosiationFetchTree,
org.antlr.runtime.tree.Tree propertyFetchTree,
org.antlr.runtime.tree.Tree alias) |
void |
QueryRendererDelegate.pushFromStrategy(JoinType joinType,
org.antlr.runtime.tree.Tree assosiationFetchTree,
org.antlr.runtime.tree.Tree propertyFetchTree,
org.antlr.runtime.tree.Tree alias) |
void |
SingleEntityQueryRendererDelegate.pushFromStrategy(JoinType joinType,
org.antlr.runtime.tree.Tree assosiationFetchTree,
org.antlr.runtime.tree.Tree propertyFetchTree,
org.antlr.runtime.tree.Tree alias) |
Modifier and Type | Method and Description |
---|---|
void |
UntypedLuceneQueryResolverDelegate.pushFromStrategy(JoinType joinType,
org.antlr.runtime.tree.Tree assosiationFetchTree,
org.antlr.runtime.tree.Tree propertyFetchTree,
org.antlr.runtime.tree.Tree alias) |
void |
ClassBasedLuceneQueryResolverDelegate.pushFromStrategy(JoinType joinType,
org.antlr.runtime.tree.Tree assosiationFetchTree,
org.antlr.runtime.tree.Tree propertyFetchTree,
org.antlr.runtime.tree.Tree alias) |
Copyright © 2013. All rights reserved.