Package org.hibernate.result.internal
Class OutputsImpl.CurrentReturnState
java.lang.Object
org.hibernate.result.internal.OutputsImpl.CurrentReturnState
- Direct Known Subclasses:
ProcedureOutputsImpl.ProcedureCurrentReturnState
- Enclosing class:
- OutputsImpl
Encapsulates the information needed to interpret the current return within a result
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Output
protected Output
protected Output
protected Output
buildResultSetOutput
(Supplier<List<?>> listSupplier) protected Output
buildResultSetOutput
(List<?> list) protected Output
buildUpdateCountOutput
(int updateCount) int
protected boolean
protected boolean
boolean
boolean
-
Constructor Details
-
CurrentReturnState
protected CurrentReturnState(boolean isResultSet, int updateCount)
-
-
Method Details
-
indicatesMoreOutputs
public boolean indicatesMoreOutputs() -
isResultSet
public boolean isResultSet() -
getUpdateCount
public int getUpdateCount() -
getOutput
-
buildOutput
-
buildResultSetOutput
-
buildResultSetOutput
-
buildUpdateCountOutput
-
hasExtendedReturns
protected boolean hasExtendedReturns() -
buildExtendedReturn
-
hasFunctionReturns
protected boolean hasFunctionReturns() -
buildFunctionReturn
-