class |
EnumExpression |
Expression representing an enum field/property.
|
class |
EnumLiteral |
Representation of an Enum literal.
|
class |
OptionalExpression |
Expression for java.util.Optional.
|
class |
OptionalLiteral |
Literal for java.util.Optional.
|
class |
SingleCollectionExpression |
Cover-all expression to represent "single collection" mapped types.
|
class |
SingleCollectionLiteral |
Cover-all literal to represent "single collection" mapped types.
|
class |
StringNumericExpression |
Expression representing a field/property that can be stored as a String or as a Numeric.
|
class |
StringTemporalExpression |
Expression representing a field/property that can be stored as a String or as a Temporal.
|
class |
TypeConverterExpression |
Wrapper expression handler for a TypeConverterMapping to avoid the need to have an explicit mapping for something using a TypeConverter.
|
class |
TypeConverterLiteral |
Wrapper literal handler for a TypeConverterMapping to avoid the need to have an explicit mapping for something using a TypeConverter.
|