Uses of Interface
org.hibernate.result.Outputs
-
Packages that use Outputs Package Description org.hibernate.procedure Defines support for executing database stored procedures and functions and accessing their outputs.org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.result.internal -
-
Uses of Outputs in org.hibernate.procedure
Subinterfaces of Outputs in org.hibernate.procedure Modifier and Type Interface Description interface
ProcedureOutputs
Specialization of theOutputs
contract providing access to the stored procedure's registered output parameters. -
Uses of Outputs in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement Outputs Modifier and Type Class Description class
ProcedureOutputsImpl
Implementation of ProcedureResult. -
Uses of Outputs in org.hibernate.result.internal
Classes in org.hibernate.result.internal that implement Outputs Modifier and Type Class Description class
OutputsImpl
-