Uses of Class
org.hibernate.result.internal.OutputsImpl.CurrentReturnState
-
Packages that use OutputsImpl.CurrentReturnState Package Description org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.result.internal -
-
Uses of OutputsImpl.CurrentReturnState in org.hibernate.procedure.internal
Subclasses of OutputsImpl.CurrentReturnState in org.hibernate.procedure.internal Modifier and Type Class Description protected class
ProcedureOutputsImpl.ProcedureCurrentReturnState
Methods in org.hibernate.procedure.internal that return OutputsImpl.CurrentReturnState Modifier and Type Method Description protected OutputsImpl.CurrentReturnState
ProcedureOutputsImpl. buildCurrentReturnState(boolean isResultSet, int updateCount)
-
Uses of OutputsImpl.CurrentReturnState in org.hibernate.result.internal
Methods in org.hibernate.result.internal that return OutputsImpl.CurrentReturnState Modifier and Type Method Description protected OutputsImpl.CurrentReturnState
OutputsImpl. buildCurrentReturnState(boolean isResultSet, int updateCount)
-