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 Defines support for dealing with database results, accounting for mixed result sets and update counts hiding the complexity of how this is exposed via the JDBC API.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()protected OutputProcedureOutputsImpl.ProcedureCurrentReturnState. buildFunctionReturn() -
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. buildFunctionReturn()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()
-