Package | Description |
---|---|
org.hibernate.reactive.id |
Reactive identifier generation.
|
org.hibernate.reactive.session |
Defines internal contracts between subsystems of Hibernate Reactive
and the
ReactiveSession . |
Modifier and Type | Method and Description |
---|---|
CompletionStage<Id> |
ReactiveIdentifierGenerator.generate(ReactiveConnectionSupplier session,
Object entity)
Returns a generated identifier, via a
CompletionStage . |
Modifier and Type | Interface and Description |
---|---|
interface |
ReactiveQueryExecutor
Executes queries in a non-blocking fashion.
|
interface |
ReactiveSession
A contract with the Hibernate session backing the user-visible
reactive session . |
interface |
ReactiveStatelessSession
Mutiny
A contract with the Hibernate stateless session backing the user-visible
reactive session . |
Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.