Uses of Interface
org.hibernate.reactive.sql.results.spi.ReactiveResultsConsumer
-
Packages that use ReactiveResultsConsumer Package Description org.hibernate.reactive.sql.exec.spi org.hibernate.reactive.sql.results.spi -
-
Uses of ReactiveResultsConsumer in org.hibernate.reactive.sql.exec.spi
Methods in org.hibernate.reactive.sql.exec.spi with parameters of type ReactiveResultsConsumer Modifier and Type Method Description <T,R>
CompletionStage<T>ReactiveSelectExecutor. executeQuery(JdbcOperationQuerySelect jdbcSelect, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext, RowTransformer<R> rowTransformer, Class<R> domainResultType, Function<String,PreparedStatement> statementCreator, ReactiveResultsConsumer<T,R> resultsConsumer)
-
Uses of ReactiveResultsConsumer in org.hibernate.reactive.sql.results.spi
Classes in org.hibernate.reactive.sql.results.spi that implement ReactiveResultsConsumer Modifier and Type Class Description class
ReactiveListResultsConsumer<R>
-