| Package | Description |
|---|---|
| org.hibernate.reactive.pool |
Abstracts reactive database access via
ReactiveConnection
and ReactiveConnectionPool. |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
BatchingConnection.update(String sql,
Object[] paramValues,
boolean allowBatching,
ReactiveConnection.Expectation expectation) |
CompletionStage<Void> |
ReactiveConnection.update(String sql,
Object[] paramValues,
boolean allowBatching,
ReactiveConnection.Expectation expectation) |
Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.