hibernate-reactive-core 3.0.0.Final API
Packages
Package
Description
Strategies for associating state with the current reactive stream.
Reactive adaptations of Hibernate ORM's persistence actions.
Handlers for reactive session events.
Reactive identifier generation.
An API for Hibernate Reactive where non-blocking operations are
represented by a Mutiny
Uni
.Abstracts reactive database access via
ReactiveConnection
and ReactiveConnectionPool
.Integration with Hibernate ORM, via the service architecture, along
with APIs for starting and configuring Hibernate Reactive.
Defines internal contracts between subsystems of Hibernate Reactive
and the
ReactiveSession
.An API for Hibernate Reactive where non-blocking operations are
represented by a Java
CompletionStage
.The classes in this package come from the IBM Java async util
library (com.ibm.asyncutil:0.1.0):
https://github.com/IBM/java-async-util
We only use a couple of functions from the library,
so we've decided to copy only what we need instead of
having an additional dependency.
Integration with Vert.x.