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 Outputprotected Outputprotected Outputprotected OutputbuildResultSetOutput(Supplier<List<?>> listSupplier) protected OutputbuildResultSetOutput(List<?> list) protected OutputbuildUpdateCountOutput(int updateCount) intprotected booleanprotected booleanbooleanboolean
-
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
-