class |
ClassTypeExpression |
|
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 |
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 |
QueryKeyExpression |
Represents expression on query keys or mappings.
|
class |
TableExpression |
A TableExpression allows for a raw database table to be referenced in a query.
|
class |
TreatAsExpression |
|