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.Result | |
ReactiveConnectionPool |
A Hibernate
Service that provides access to pooled
reactive connections . |
ReactiveConnection
and ReactiveConnectionPool
.