@Experimental @CheckReturnValue @ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
JdbcColumnType<J,C> |
The contract of a
ColumnType used by the JDBC storage. |
Class | Description |
---|---|
AbstractJdbcColumnType<J,C> |
The implementation base for the JDBC-storage
ColumnTypes.
|
JdbcTypeRegistryFactory |
A factory of the JDBC-specific ColumnTypeRegistries.
|
SimpleJdbcColumnType<T> |
An implementation base for the JdbcColumnTypes which store the given
value "as is", i.e.
|