Package | Description |
---|---|
org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
org.hibernate.result | |
org.hibernate.result.internal |
Modifier and Type | Method and Description |
---|---|
protected Output |
ProcedureOutputsImpl.ProcedureCurrentReturnState.buildExtendedReturn() |
Modifier and Type | Interface and Description |
---|---|
interface |
ResultSetOutput
Models a return that is a result set.
|
interface |
UpdateCountOutput
Models a return that is an update count (count of rows affected)
|
Modifier and Type | Method and Description |
---|---|
Output |
Outputs.getCurrent()
Retrieve the current Output object.
|
Modifier and Type | Method and Description |
---|---|
protected Output |
OutputsImpl.CurrentReturnState.buildExtendedReturn() |
protected Output |
OutputsImpl.CurrentReturnState.buildOutput() |
protected Output |
OutputsImpl.CurrentReturnState.buildResultSetOutput(List list) |
protected Output |
OutputsImpl.CurrentReturnState.buildUpdateCountOutput(int updateCount) |
Output |
OutputsImpl.getCurrent() |
Output |
OutputsImpl.CurrentReturnState.getOutput() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.