Package org.hibernate.reactive.pool
package org.hibernate.reactive.pool
Abstracts reactive database access via
ReactiveConnection
and ReactiveConnectionPool.-
ClassDescriptionA
ReactiveConnectionthat 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 HibernateServicethat provides access to pooledreactive connections.