Uses of Interface
org.hibernate.result.Output
-
Packages that use Output Package Description org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.result org.hibernate.result.internal -
-
Uses of Output in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return Output Modifier and Type Method Description protected OutputProcedureOutputsImpl.ProcedureCurrentReturnState. buildExtendedReturn() -
Uses of Output in org.hibernate.result
Subinterfaces of Output in org.hibernate.result Modifier and Type Interface Description interfaceResultSetOutputModels a return that is a result set.interfaceUpdateCountOutputModels a return that is an update count (count of rows affected)Methods in org.hibernate.result that return Output Modifier and Type Method Description OutputOutputs. getCurrent()Retrieve the current Output object. -
Uses of Output in org.hibernate.result.internal
Methods in org.hibernate.result.internal that return Output Modifier and Type Method Description protected OutputOutputsImpl.CurrentReturnState. buildExtendedReturn()protected OutputOutputsImpl.CurrentReturnState. buildOutput()protected OutputOutputsImpl.CurrentReturnState. buildResultSetOutput(Supplier<List> listSupplier)protected OutputOutputsImpl.CurrentReturnState. buildResultSetOutput(List list)protected OutputOutputsImpl.CurrentReturnState. buildUpdateCountOutput(int updateCount)OutputOutputsImpl. getCurrent()OutputOutputsImpl.CurrentReturnState. getOutput()
-