Uses of Interface
org.hibernate.procedure.ProcedureOutputs
-
Packages that use ProcedureOutputs Package Description org.hibernate.procedure org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling. -
-
Uses of ProcedureOutputs in org.hibernate.procedure
Methods in org.hibernate.procedure that return ProcedureOutputs Modifier and Type Method Description ProcedureOutputs
ProcedureCall. getOutputs()
Retrieves access to outputs of this procedure call. -
Uses of ProcedureOutputs in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement ProcedureOutputs Modifier and Type Class Description class
ProcedureOutputsImpl
Implementation of ProcedureResult.Methods in org.hibernate.procedure.internal that return ProcedureOutputs Modifier and Type Method Description ProcedureOutputs
ProcedureCallImpl. getOutputs()
protected ProcedureOutputs
ProcedureCallImpl. outputs()
-