|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FromReferenceNode | |
---|---|
org.hibernate.hql.ast.tree |
Uses of FromReferenceNode in org.hibernate.hql.ast.tree |
---|
Subclasses of FromReferenceNode in org.hibernate.hql.ast.tree | |
---|---|
class |
DotNode
Represents a reference to a property or alias expression. |
class |
IdentNode
Represents an identifier all by itself, which may be a function name, a class alias, or a form of naked property-ref depending on the context. |
class |
IndexNode
Represents the [] operator and provides it's semantics. |
class |
SelectExpressionImpl
A select expression that was generated by a FROM element. |
Methods in org.hibernate.hql.ast.tree that return FromReferenceNode | |
---|---|
FromReferenceNode |
DotNode.getLhs()
|
Methods in org.hibernate.hql.ast.tree with parameters of type FromReferenceNode | |
---|---|
QueryException |
DotNode.IllegalCollectionDereferenceExceptionBuilder.buildIllegalCollectionDereferenceException(String collectionPropertyName,
FromReferenceNode lhs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |