@SPI public abstract class SimpleJdbcColumnType<T> extends AbstractJdbcColumnType<T,T>
More formally, a Simple
column type is a column type whose
convertColumnValue()
method
is an identity function.
convertColumnValue()
method throws a NullPointerException
if the value
is equal to null
.Constructor and Description |
---|
SimpleJdbcColumnType() |
Modifier and Type | Method and Description |
---|---|
T |
convertColumnValue(T fieldValue) |
setColumnValue, setNull
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType