ReactiveConnection
and ReactiveConnectionPool.See: Description
| Interface | Description |
|---|---|
| ReactiveConnection |
Abstracts over reactive database connections, defining
operations that allow queries to be executed asynchronously
via
CompletionStage. |
| ReactiveConnection.Expectation | |
| ReactiveConnection.Result | |
| ReactiveConnectionPool |
A Hibernate
Service that provides access to pooled
reactive connections. |
| Class | Description |
|---|---|
| BatchingConnection |
A
ReactiveConnection that automatically performs batching
of insert, update, and delete statements, relieving the client
persister code of the responsibility to manage batching. |
ReactiveConnection
and ReactiveConnectionPool.Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.