public interface SQLExceptionTranslator
SQLExceptionTranslator translate SQLExceptions to runtime exceptions| Modifier and Type | Method and Description |
|---|---|
java.lang.RuntimeException |
translate(java.sql.SQLException e)
Translate the given SQLException
|
java.lang.RuntimeException |
translate(java.lang.String sql,
java.util.List<java.lang.Object> bindings,
java.sql.SQLException e)
Translate the given SQLException
|
java.lang.RuntimeException translate(java.lang.String sql,
java.util.List<java.lang.Object> bindings,
java.sql.SQLException e)
sql - SQL stringbindings - bindinge - SQLException to translatejava.lang.RuntimeException translate(java.sql.SQLException e)
e - SQLException to translateCopyright © 2007–2021 Querydsl. All rights reserved.