Interface BasicJavaDescriptor<T>

    • Method Detail

      • getJdbcRecommendedSqlType

        default SqlTypeDescriptor getJdbcRecommendedSqlType​(JdbcRecommendedSqlTypeMappingContext context)
        Obtain the "recommended" SQL type descriptor for this Java type. The recommended aspect comes from the JDBC spec (mostly).
        Parameters:
        context - Contextual information
        Returns:
        The recommended SQL type descriptor