类 OutputsImpl.CurrentReturnState
- java.lang.Object
-
- org.hibernate.result.internal.OutputsImpl.CurrentReturnState
-
- 封闭类:
- OutputsImpl
protected class OutputsImpl.CurrentReturnState extends Object
Encapsulates the information needed to interpret the current return within a result
-
-
构造器概要
构造器 限定符 构造器 说明 protectedCurrentReturnState(boolean isResultSet, int updateCount)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected OutputbuildExtendedReturn()protected OutputbuildOutput()protected OutputbuildResultSetOutput(Supplier<List> listSupplier)protected OutputbuildResultSetOutput(List list)protected OutputbuildUpdateCountOutput(int updateCount)OutputgetOutput()intgetUpdateCount()protected booleanhasExtendedReturns()booleanindicatesMoreOutputs()booleanisResultSet()
-
-
-
方法详细资料
-
indicatesMoreOutputs
public boolean indicatesMoreOutputs()
-
isResultSet
public boolean isResultSet()
-
getUpdateCount
public int getUpdateCount()
-
getOutput
public Output getOutput()
-
buildOutput
protected Output buildOutput()
-
buildUpdateCountOutput
protected Output buildUpdateCountOutput(int updateCount)
-
hasExtendedReturns
protected boolean hasExtendedReturns()
-
buildExtendedReturn
protected Output buildExtendedReturn()
-
-