The various JdbcTypeIndicators methods are ugly and require explicit configuration and documentation updates. I propose we deprecate the getPreferredSqlTypeCodeForXXX methods and instead introduce a getPreferredSqlTypeCode(Class<?> clazz) method, which will look for generically configured type codes, based on the FQN and simple type name. |