Uses of Interface
com.github.marschall.storedprocedureproxy.SQLExceptionAdapter
-
Packages that use SQLExceptionAdapter Package Description com.github.marschall.storedprocedureproxy -
-
Uses of SQLExceptionAdapter in com.github.marschall.storedprocedureproxy
Methods in com.github.marschall.storedprocedureproxy with parameters of type SQLExceptionAdapter Modifier and Type Method Description ProcedureCallerFactory<T>
ProcedureCallerFactory. withExceptionAdapter(SQLExceptionAdapter exceptionAdapter)
Allows you to change the waySQLException
s are translated into unchecked exceptions.
-