クラスの使用
org.springframework.jdbc.SQLWarningException
SQLWarningException を使用するパッケージ
org.springframework.jdbc.core 内の SQLWarningException 使用
SQLWarningException をスローする org.springframework.jdbc.core のメソッド修飾子と型メソッド説明protected voidJdbcTemplate.handleWarnings(@Nullable SQLWarningSE warning) 実際の警告が発生した場合は、SQLWarningExceptionをスローします。protected voidJdbcTemplate.handleWarnings(StatementSE stmt) 指定された JDBC ステートメントに警告がある場合は、それを処理します。