Package | Description |
---|---|
org.hibernate.reactive.bulk |
Reactive adaptations of Hibernate ORM's
MultiTableBulkIdStrategy . |
org.hibernate.reactive.session |
Defines internal contracts between subsystems of Hibernate Reactive
and the
ReactiveSession . |
Modifier and Type | Method and Description |
---|---|
default CompletionStage<Integer> |
StatementsWithParameters.execute(ReactiveQueryExecutor session,
org.hibernate.engine.spi.QueryParameters queryParameters)
Execute the statements using the query parameters
|
Modifier and Type | Interface and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
ReactiveQuery<R> |
Criteria.build(org.hibernate.reactive.session.impl.CriteriaQueryRenderingContext context,
ReactiveQueryExecutor session) |
Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.