All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description FetchSize Allows manual control over the fetch size.IncorrectResultSizeException Signals an unexpected amount of rows was returned.InOutParameter Signals that the procedure uses an inout parameter rather than an out parameter, a return value or result set.Namespace Defines the namespace of a stored procedure.NamingStrategy Derives a database name of an object from the Java name of an object.NumberedValueExtractor<V> Extracts a value from a single row.OutParameter Signals that the procedure uses an out parameter rather than a return value or result set.ParameterName Defines the name of an in parameter.ParameterType Defines the SQL type of an in parameter.ProcedureCallerFactory<T> Creates instances of an interface containing stored procedure declarations.ProcedureCallerFactory.ParameterRegistration Determines how parameters should be registered.ProcedureName Defines the name of a stored procedure.ReturnValue Signals that the procedure uses a return value rather than an out parameter or result set.Schema Defines the name of a database schema.SQLExceptionAdapter Translates a checkedSQLException
to an unchecked exception.TypeMapper Maps a Java type to a SQL type.TypeName Defines the name of a type.TypeNameResolver Resolves the SQL name of a type.UncheckedSQLException Wraps anSQLException
with an unchecked exception.ValueExtractor<V> Extracts a value from a single row.