Class ReactiveValuesResultSet
- java.lang.Object
-
- org.hibernate.reactive.sql.exec.spi.ReactiveValuesResultSet
-
public class ReactiveValuesResultSet extends Object
- See Also:
JdbcValuesResultSetImpl
-
-
Constructor Summary
Constructors Constructor Description ReactiveValuesResultSet(org.hibernate.reactive.sql.results.internal.ReactiveResultSetAccess resultSetAccess, QueryKey queryCacheKey, String queryIdentifier, QueryOptions queryOptions, JdbcValuesMapping valuesMapping, JdbcValuesMetadata metadataForCache, ExecutionContext executionContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finishUp(SharedSessionContractImplementor session)
Object[]
getCurrentRowValuesArray()
JdbcValuesMapping
getValuesMapping()
CompletionStage<Boolean>
next()
protected CompletionStage<Boolean>
processNext()
-
-
-
Constructor Detail
-
ReactiveValuesResultSet
public ReactiveValuesResultSet(org.hibernate.reactive.sql.results.internal.ReactiveResultSetAccess resultSetAccess, QueryKey queryCacheKey, String queryIdentifier, QueryOptions queryOptions, JdbcValuesMapping valuesMapping, JdbcValuesMetadata metadataForCache, ExecutionContext executionContext)
-
-
Method Detail
-
next
public final CompletionStage<Boolean> next()
-
processNext
protected final CompletionStage<Boolean> processNext()
-
getValuesMapping
public JdbcValuesMapping getValuesMapping()
-
getCurrentRowValuesArray
public Object[] getCurrentRowValuesArray()
-
finishUp
public void finishUp(SharedSessionContractImplementor session)
-
-