Interface BasicJavaType<T>

    • Method Detail

      • getRecommendedJdbcType

        default JdbcType getRecommendedJdbcType​(JdbcTypeIndicators indicators)
        Obtain the "recommended" SQL type descriptor for this Java type. The recommended aspect comes from the JDBC spec (mostly).
        Specified by:
        getRecommendedJdbcType in interface JavaType<T>
        Parameters:
        indicators - Contextual information
        Returns:
        The recommended SQL type descriptor