Package | Description |
---|---|
org.datanucleus.store.rdbms.sql.expression |
Series of expressions representing conditions in SQL statements.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumExpression
Expression representing an enum field/property.
|
class |
EnumLiteral
Representation of an Enum literal.
|
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.
|
Copyright © 2015. All rights reserved.