| Interface | Description | 
|---|---|
| ParameterBind<T> | 
 Describes an input value binding for any IN/INOUT parameters. 
 | 
| ParameterRegistration<T> | 
 Describes a registered procedure/function parameter. 
 | 
| ProcedureCall | 
 Defines support for executing database stored procedures and functions 
 | 
| ProcedureCallMemento | 
 Represents a "memento" (disconnected, externalizable form) of a ProcedureCall 
 | 
| ProcedureOutputs | 
 Specialization of the  
Outputs contract providing access to the stored procedure's registered
 output parameters. | 
| Exception | Description | 
|---|---|
| NamedParametersNotSupportedException | 
 Thrown to indicate that an attempt was made to register a stored procedure named parameter, but the underlying
 database reports to not support named parameters. 
 | 
| NoSuchParameterException | |
| ParameterMisuseException | 
 Thrown to indicate a misuse of a  
ParameterRegistration | 
| ParameterStrategyException | |
| UnknownSqlResultSetMappingException | 
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.