public class LocalDateTimeColumnType
ColumnType for marshalling to/from database on behalf of java.time.LocalDateTime.
Modifier and Type | Field and Description |
---|---|
static LocalDateTimeColumnType |
INSTANCE
ColumnType for marshalling to/from database on behalf of java.time.LocalDateTime.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
nonNullValueToString(java.lang.Object value) |
java.lang.Object |
notNullValueToDB(java.lang.Object value) |
java.lang.String |
sqlType() |
java.lang.Object |
valueFromDB(java.lang.Object value) |
public static LocalDateTimeColumnType INSTANCE
ColumnType for marshalling to/from database on behalf of java.time.LocalDateTime.