class |
ArgumentListFunctionExpression |
INTERNAL:
This an extended FunctionExpression that allows the argument list to grow after it is created.
|
class |
ClassTypeExpression |
|
class |
DataExpression |
Superclass for all expression that have a context.
|
class |
FieldExpression |
Field expressions represent a field of a table.
|
class |
FromAliasExpression |
Represents an alias to a item selected by a from clause sub-select.
|
class |
FromSubSelectExpression |
Allow a table expression to be created on a sub-select to define a sub-select in the from clause.
|
class |
FunctionExpression |
Used for expressions that have 0 to n children.
|
class |
IndexExpression |
Index expression may be created by QueryKeyExpression.index() method
in case the QueryKeyExpression corresponds to a CollectionMapping with
non-null listOrderField.
|
class |
ManualQueryKeyExpression |
This class represents a "query key" that isn't really there
in the descriptors.
|
class |
MapEntryExpression |
|
class |
ObjectExpression |
Superclass for any object type expressions.
|
class |
ParameterExpression |
Used for parameterized expressions, such as expression defined in mapping queries.
|
class |
QueryKeyExpression |
Represents expression on query keys or mappings.
|
class |
SubSelectExpression |
This is used to support subselects.
|
class |
TableExpression |
A TableExpression allows for a raw database table to be referenced in a query.
|
class |
TreatAsExpression |
|