Uses of Interface
org.hibernate.procedure.ProcedureOutputs
Packages that use ProcedureOutputs
Package
Description
Defines support for executing database stored procedures and functions and accessing their outputs.
Defines the internal implementation of the stored procedure SPI.
-
Uses of ProcedureOutputs in org.hibernate.procedure
Methods in org.hibernate.procedure that return ProcedureOutputsModifier and TypeMethodDescriptionProcedureCall.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 ProcedureOutputsMethods in org.hibernate.procedure.internal that return ProcedureOutputsModifier and TypeMethodDescriptionProcedureCallImpl.getOutputs()
protected ProcedureOutputs
ProcedureCallImpl.outputs()