Package | Description |
---|---|
org.hibernate.procedure | |
org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
Modifier and Type | Method and Description |
---|---|
ProcedureOutputs |
ProcedureCall.getOutputs()
Retrieves access to outputs of this procedure call.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcedureOutputsImpl
Implementation of ProcedureResult.
|
Modifier and Type | Method and Description |
---|---|
ProcedureOutputs |
ProcedureCallImpl.getOutputs() |
protected ProcedureOutputs |
ProcedureCallImpl.outputs() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.