class |
ArrayLiteral |
Representation of array literal.
|
class |
BooleanLiteral |
Representation of a Boolean literal in a Query.
|
class |
ByteLiteral |
Representation of a Byte literal.
|
class |
CharacterLiteral |
Representation of a Character literal in a Query.
|
class |
CollectionLiteral |
An SQL expression that will test if a column of a table falls within the given Collection of values.
|
class |
EnumLiteral |
Representation of an Enum literal.
|
class |
FloatingPointLiteral |
Representation of a FloatPoint literal in a query.
|
class |
IntegerLiteral |
Representation of an Integer literal.
|
class |
MapLiteral |
An SQL expression that will test if a column of a table falls within the given Map.
|
static class |
MapLiteral.MapKeyLiteral |
An SQL expression that will test if a column of a table falls within the given Map's keys.
|
static class |
MapLiteral.MapValueLiteral |
An SQL expression that will test if a column of a table falls within the given Map's values.
|
class |
NullLiteral |
Representation of a Null literal in a Query.
|
class |
ObjectLiteral |
Representation of an Object literal in a query.
|
class |
ParameterLiteral |
Representation of a literal representing a parameter where we don't know the type of the parameter yet.
|
class |
SingleCollectionLiteral |
Cover-all literal to represent "single collection" mapped types.
|
class |
StringLiteral |
Representation of a string literal.
|
class |
TemporalLiteral |
Representation of temporal literal in a Query.
|
class |
TypeConverterLiteral |
Wrapper literal handler for a TypeConverterMapping to avoid the need to have an explicit mapping for something using a TypeConverter.
|
class |
TypeConverterMultiLiteral |
Literal for an object persisted using TypeConverterMultiMapping.
|