Package | Description |
---|---|
org.hibernate.hql.internal.ast.tree |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapComponentNode
Basic support for KEY, VALUE and ENTRY based "qualified identification variables".
|
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 |
MapEntryNode
Tree node representing reference to the entry (
Map.Entry ) of a Map association. |
class |
MapKeyNode
Tree node representing reference to the key of a Map association.
|
class |
MapValueNode
Tree node representing reference to the value of a Map association.
|
class |
SelectExpressionImpl
A select expression that was generated by a FROM element.
|
Modifier and Type | Method and Description |
---|---|
FromReferenceNode |
DotNode.getLhs() |
FromReferenceNode |
AbstractMapComponentNode.getMapReference() |
Modifier and Type | Method and Description |
---|---|
QueryException |
DotNode.IllegalCollectionDereferenceExceptionBuilder.buildIllegalCollectionDereferenceException(String collectionPropertyName,
FromReferenceNode lhs) |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.