Package com.github.marschall.storedprocedureproxy
-
Interface Summary Interface Description NumberedValueExtractor<V> Extracts a value from a single row.SQLExceptionAdapter Translates a checkedSQLException
to an unchecked exception.ValueExtractor<V> Extracts a value from a single row. -
Class Summary Class Description ProcedureCallerFactory<T> Creates instances of an interface containing stored procedure declarations. -
Enum Summary Enum Description ProcedureCallerFactory.ParameterRegistration Determines how parameters should be registered. -
Exception Summary Exception Description IncorrectResultSizeException Signals an unexpected amount of rows was returned.UncheckedSQLException Wraps anSQLException
with an unchecked exception.