Interface AdjustableJdbcType

All Superinterfaces:
JdbcType, Serializable
All Known Implementing Classes:
BinaryJdbcType, BooleanJdbcType, CharJdbcType, ClobJdbcType, JsonAsStringArrayJdbcType, JsonAsStringJdbcType, LongNVarcharJdbcType, LongVarbinaryJdbcType, LongVarcharJdbcType, NCharJdbcType, NVarcharJdbcType, OracleBooleanJdbcType, PostgreSQLCastingIntervalSecondJdbcType, PostgreSQLIntervalSecondJdbcType, UuidAsBinaryJdbcType, VarbinaryJdbcType, VarcharJdbcType, XmlAsStringArrayJdbcType, XmlAsStringJdbcType

public interface AdjustableJdbcType extends JdbcType
Extension contract for JdbcType implementations that understand how to adjust themselves relative to where/how they are used (e.g. accounting for LOB, nationalized, primitive/wrapper, etc).