Interface JdbcType<T>

Type Parameters:
T - the Java type
All Superinterfaces:
SqlLogFormatter<T>
All Known Implementing Classes:
AbstractJdbcType, AbstractResultSetType, ArrayType, BigDecimalType, BigIntegerType, BlobType, BooleanType, BytesType, ByteType, ClobType, DateType, DoubleType, EnumType, FloatType, IntegerAdaptiveBooleanType, IntegerType, LocalDateTimeType, LocalDateType, LocalTimeType, LongType, NClobType, NStringType, ObjectType, Oracle11Dialect.OracleResultSetType, PortableObjectType, PostgresDialect.PostgresResultSetType, ShortType, SQLXMLType, StringType, TimestampType, TimeType, UtilDateType

public interface JdbcType<T> extends SqlLogFormatter<T>
An object that converts JDBC data from SQL types to Java types, and vice versa.

The implementation instance must be thread safe.