Package org.hibernate.reactive.pool
package org.hibernate.reactive.pool
Abstracts reactive database access via
ReactiveConnection
and ReactiveConnectionPool
.-
ClassDescriptionA
ReactiveConnection
that automatically performs batching of insert, update, and delete statements, relieving the client persister code of the responsibility to manage batching.Abstracts over reactive database connections, defining operations that allow queries to be executed asynchronously viaCompletionStage
.A HibernateService
that provides access to pooledreactive connections
.