| Interface | Description |
|---|---|
| ParameterBind<T> |
Describes an input value binding for any IN/INOUT parameters.
|
| ParameterRegistration<T> | |
| 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 © 2016 JBoss by Red Hat. All rights reserved.