Uses of Package
org.hibernate.reactive.pool
-
Packages that use org.hibernate.reactive.pool Package Description org.hibernate.reactive.pool Abstracts reactive database access viaReactiveConnection
andReactiveConnectionPool
.org.hibernate.reactive.session Defines internal contracts between subsystems of Hibernate Reactive and theReactiveSession
. -
Classes in org.hibernate.reactive.pool used by org.hibernate.reactive.pool Class Description ReactiveConnection Abstracts over reactive database connections, defining operations that allow queries to be executed asynchronously viaCompletionStage
.ReactiveConnection.Expectation ReactiveConnection.Result -
Classes in org.hibernate.reactive.pool used by org.hibernate.reactive.session Class Description ReactiveConnection Abstracts over reactive database connections, defining operations that allow queries to be executed asynchronously viaCompletionStage
.