Package org.hibernate.reactive.pool
Abstracts reactive database access via
ReactiveConnection
and ReactiveConnectionPool.-
Interface Summary Interface Description ReactiveConnection Abstracts over reactive database connections, defining operations that allow queries to be executed asynchronously viaCompletionStage.ReactiveConnection.Expectation ReactiveConnection.Result ReactiveConnectionPool A HibernateServicethat provides access to pooledreactive connections. -
Class Summary Class Description BatchingConnection AReactiveConnectionthat automatically performs batching of insert, update, and delete statements, relieving the client persister code of the responsibility to manage batching.