Uses of Package
org.hibernate.reactive.pool
Packages that use org.hibernate.reactive.pool
Package
Description
Abstracts reactive database access via
ReactiveConnection
and ReactiveConnectionPool
.Defines internal contracts between subsystems of Hibernate Reactive
and the
ReactiveSession
.-
Classes in org.hibernate.reactive.pool used by org.hibernate.reactive.poolClassDescriptionAbstracts over reactive database connections, defining operations that allow queries to be executed asynchronously via
CompletionStage
. -
Classes in org.hibernate.reactive.pool used by org.hibernate.reactive.sessionClassDescriptionAbstracts over reactive database connections, defining operations that allow queries to be executed asynchronously via
CompletionStage
.