Uses of Interface
org.hibernate.procedure.ProcedureOutputs
-
Packages that use ProcedureOutputs Package Description org.hibernate.procedure -
-
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.
-