@SPI public interface JdbcColumnType<J,C> extends io.spine.server.entity.storage.ColumnType<J,C,Parameters.Builder,java.lang.String>
ColumnType
used by the JDBC storage.
Uses parameters builder as the record type and
String
as the column identifier type.
for the skeleton implementation
Modifier and Type | Method and Description |
---|---|
Type |
getType()
Obtains
Type representing this column. |