Skip navigation links

Hibernate Reactive Core 1.0.0.Alpha10 API

Packages 
PackageDescription
org.hibernate.reactive
Hibernate Reactive is an adaptation of Hibernate ORM to the world of reactive programming, and replaces JDBC for database access with a non-blocking database client.
org.hibernate.reactive.adaptor
Utility classed helping adapt between Hibernate ORM's JDBC code and ReactiveConnection.
org.hibernate.reactive.adaptor.impl 
org.hibernate.reactive.bulk
Reactive adaptations of Hibernate ORM's org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.
org.hibernate.reactive.bulk.impl 
org.hibernate.reactive.common
APIs common to both Stage and Mutiny.
org.hibernate.reactive.engine
Reactive adaptations of Hibernate ORM's persistence actions.
org.hibernate.reactive.engine.impl 
org.hibernate.reactive.event
Handlers for reactive session events.
org.hibernate.reactive.event.impl 
org.hibernate.reactive.id
Reactive identifier generation.
org.hibernate.reactive.id.impl 
org.hibernate.reactive.loader
Reactive entity, collection, and query loaders.
org.hibernate.reactive.loader.collection
Reactive collection loaders.
org.hibernate.reactive.loader.collection.impl 
org.hibernate.reactive.loader.custom
Reactive loader for native SQL queries.
org.hibernate.reactive.loader.custom.impl 
org.hibernate.reactive.loader.entity
Reactive entity loaders.
org.hibernate.reactive.loader.entity.impl 
org.hibernate.reactive.loader.hql
Reactive loader for HQL queries.
org.hibernate.reactive.loader.hql.impl 
org.hibernate.reactive.mutiny
An API for Hibernate Reactive where non-blocking operations are represented by a Mutiny io.smallrye.mutiny.Uni.
org.hibernate.reactive.mutiny.impl 
org.hibernate.reactive.persister
Reactive entity and collection persisters.
org.hibernate.reactive.persister.collection
Reactive collection persisters.
org.hibernate.reactive.persister.collection.impl 
org.hibernate.reactive.persister.entity
Reactive entity persisters.
org.hibernate.reactive.persister.entity.impl 
org.hibernate.reactive.pool
Abstracts reactive database access via ReactiveConnection and ReactiveConnectionPool.
org.hibernate.reactive.pool.impl 
org.hibernate.reactive.provider
Integration with Hibernate ORM, via the service architecture, along with APIs for starting and configuring Hibernate Reactive.
org.hibernate.reactive.provider.impl 
org.hibernate.reactive.provider.service 
org.hibernate.reactive.session
Defines internal contracts between subsystems of Hibernate Reactive and the ReactiveSession.
org.hibernate.reactive.session.impl 
org.hibernate.reactive.stage
An API for Hibernate Reactive where non-blocking operations are represented by a Java CompletionStage.
org.hibernate.reactive.stage.impl 
org.hibernate.reactive.util
Utility functions for working with CompletionStage.
org.hibernate.reactive.util.impl 
org.hibernate.reactive.vertx
Integration with Vert.x.
org.hibernate.reactive.vertx.impl 
Skip navigation links