Interface JdbcTypeIndicators

All Known Implementing Classes:
BaseSqmToSqlAstConverter, BasicValue, BasicValueBinder, DelegatingJdbcTypeIndicators, DependantBasicValue, MultiTableSqmMutationConverter, StandardSqmTranslator, SybaseSqmToSqlAstConverter

public interface JdbcTypeIndicators
A parameter object that helps determine the SQL/JDBC type recommended by the JDBC spec (explicitly or implicitly) for a given Java type.
See Also: