Uses of Interface
org.hibernate.result.Output
Packages that use Output
Package
Description
Defines the internal implementation of the stored procedure SPI.
Defines support for dealing with results returned from database via JDBC.
-
Uses of Output in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return OutputModifier and TypeMethodDescriptionprotected Output
ProcedureOutputsImpl.ProcedureCurrentReturnState.buildExtendedReturn()
protected Output
ProcedureOutputsImpl.ProcedureCurrentReturnState.buildFunctionReturn()
-
Uses of Output in org.hibernate.result
Subinterfaces of Output in org.hibernate.resultModifier and TypeInterfaceDescriptioninterface
Models a return that is a result set.interface
Models a return that is an update count (count of rows affected)Methods in org.hibernate.result that return Output -
Uses of Output in org.hibernate.result.internal
Methods in org.hibernate.result.internal that return OutputModifier and TypeMethodDescriptionprotected Output
OutputsImpl.CurrentReturnState.buildExtendedReturn()
protected Output
OutputsImpl.CurrentReturnState.buildFunctionReturn()
protected Output
OutputsImpl.CurrentReturnState.buildOutput()
protected Output
OutputsImpl.CurrentReturnState.buildResultSetOutput
(Supplier<List<?>> listSupplier) protected Output
OutputsImpl.CurrentReturnState.buildResultSetOutput
(List<?> list) protected Output
OutputsImpl.CurrentReturnState.buildUpdateCountOutput
(int updateCount) OutputsImpl.getCurrent()
OutputsImpl.CurrentReturnState.getOutput()