Uses of Interface
org.hibernate.procedure.Output
Packages that use Output
Package
Description
Defines support for executing database stored procedures and functions and accessing their outputs.
-
Uses of Output in org.hibernate.procedure
Subinterfaces of Output in org.hibernate.procedureModifier and TypeInterfaceDescriptioninterfaceModels aResultSetas an Output.interfaceModels a return that is an update count (count of rows affected)Methods in org.hibernate.procedure that return OutputModifier and TypeMethodDescriptionProcedureOutputs.getCurrent()Retrieve the current Output object.