All Classes Interface Summary Class Summary Exception Summary
| Class |
Description |
| AbstractReactiveInformationSchemaBasedExtractorImpl |
An implementation of InformationExtractor that obtains metadata
information from a database's information_schema.
|
| AffectedEntities |
A description of the entities and tables affected by a native query.
|
| BatchingConnection |
A ReactiveConnection that automatically performs batching
of insert, update, and delete statements, relieving the client
persister code of the responsibility to manage batching.
|
| CachingReactiveLoader<T> |
Defines common reactive operations inherited by query loaders, in
particular, interaction with the cache.
|
| ConstraintViolationException |
the requested DML operation resulted in a violation of a defined integrity constraint.
|
| Context |
Abstracts away from the Vert.x Context
object, enabling alternative strategies for associating state
with the current reactive stream.
|
| Context.Key<T> |
An object that identifies something we store in the Vert.x
local context, usually a Session or
StatelessSession, but in principle anything at all.
|
| Criteria<R> |
Abstracts over criteria queries,
updates, and
deletes.
|
| CriteriaQueryOptions |
|
| Identifier<T> |
Represents a value of an attribute that forms part of the
natural key of an entity.
|
| Identifier.Composite<T> |
|
| Identifier.Id<T> |
|
| Implementor |
Allows access to object that can be useful for integrators
|
| InternalStateAssertions |
Commonly used assertions to verify that the operations
are running on the expected events and threads.
|
| Main |
Demonstrates the use of Hibernate Reactive with the
CompletionStage-based
API.
|
| Main |
Demonstrates the use of Hibernate Reactive with the
CompletionStage-based
API.
|
| Mutiny |
An API for Hibernate Reactive where non-blocking operations are
represented by a Mutiny Uni.
|
| Mutiny.Closeable |
|
| Mutiny.Query<R> |
A non-blocking counterpart to the Hibernate
Query interface, allowing reactive
execution of HQL and JPQL queries.
|
| Mutiny.Session |
A non-blocking counterpart to the Hibernate Session
interface, allowing a reactive style of interaction with the database.
|
| Mutiny.SessionFactory |
|
| Mutiny.StatelessSession |
A non-blocking counterpart to the Hibernate
StatelessSession interface, which provides a
command-oriented API for performing bulk operations against a database.
|
| Mutiny.Transaction |
|
| MutinyImplementor |
Deprecated.
|
| MutinyMain |
Demonstrates the use of Hibernate Reactive with the
Mutiny-based API.
|
| MutinyMain |
Demonstrates the use of Hibernate Reactive with the
Mutiny-based API.
|
| MutinyValueGenerator<T> |
|
| MySqlReactiveInformationExtractorImpl |
|
| NoJdbcConnectionProvider |
A dummy Hibernate ConnectionProvider throws an
exception if a JDBC connection is requested.
|
| NoJdbcConnectionProviderInitiator |
|
| NoJdbcEnvironmentInitiator |
|
| NoJdbcMultiTenantConnectionProvider |
|
| NoJdbcMultiTenantConnectionProviderInitiator |
|
| NoJtaPlatformInitiator |
|
| OracleSqlReactiveInformationExtractorImpl |
|
| PostgreSqlReactiveInformationExtractorImpl |
|
| Product |
|
| ProductVerticle |
|
| ReactiveActionQueue |
A reactive counterpart to ActionQueue, where DML
operations are queued before execution during a flush.
|
| ReactiveAfterTransactionCompletionProcess |
Contract representing some process that needs to occur during after transaction completion.
|
| ReactiveAutoFlushEventListener |
|
| ReactiveBeforeTransactionCompletionProcess |
Contract representing some process that needs to occur during before transaction completion.
|
| ReactiveCacheEntityLoaderHelper |
|
| ReactiveCollectionInitializer |
A reactific CollectionInitializer, the contract implemented
by all reactive collection loaders, including batch loaders.
|
| ReactiveConnection |
Abstracts over reactive database connections, defining
operations that allow queries to be executed asynchronously
via CompletionStage.
|
| ReactiveConnection.Expectation |
|
| ReactiveConnection.Result |
|
| ReactiveConnectionPool |
|
| ReactiveConnectionSupplier |
|
| ReactiveDeleteEventListener |
Defines the contract for handling of deletion events generated from a session.
|
| ReactiveExecutable |
|
| ReactiveFlushEventListener |
Defines the contract for handling of reactive session flush events.
|
| ReactiveGenerationTarget |
Adaptor that redirects DDL generated by the schema export
tool to the reactive connection.
|
| ReactiveIdentifierGenerator<Id> |
A replacement for IdentifierGenerator,
which supports a non-blocking method for obtaining the generated
identifier.
|
| ReactiveImprovedExtractionContextImpl |
|
| ReactiveLoader |
Defines common reactive operations inherited by all kinds of loaders.
|
| ReactiveLoaderBasedLoader |
|
| ReactiveLoaderBasedResultSetProcessor |
|
| ReactiveLoadEventListener |
Defines the contract for handling of load events generated from a session.
|
| ReactiveLockEventListener |
Defines the contract for handling of lock events generated from a session.
|
| ReactiveMarkerService |
This service is only used to "mark" the registry as being
intended for use by an instance of Hibernate Reactive.
|
| ReactiveMarkerServiceInitiator |
|
| ReactiveMarkerServiceSingleton |
A singleton ReactiveMarkerService that marks the registry as running in "Reactive mode" allowing
the registration of reactive components.
|
| ReactiveMergeEventListener |
Defines the contract for handling of merge events generated from a session.
|
| ReactiveNativeQuery<R> |
|
| ReactivePersistenceProvider |
|
| ReactivePersisterClassResolver |
Define the persisters required by Hibernate Reactive, usually a reactive version of the ones
in Hibernate ORM.
|
| ReactivePersisterClassResolverInitiator |
|
| ReactivePersistEventListener |
Defines the contract for handling of create events generated from a session.
|
| ReactiveQuery<R> |
|
| ReactiveQueryExecutor |
Executes queries in a non-blocking fashion.
|
| ReactiveQueryTranslatorFactory |
|
| ReactiveQueryTranslatorFactoryInitiator |
|
| ReactiveRefreshEventListener |
Defines the contract for handling of refresh events generated from a session.
|
| ReactiveResolveNaturalIdEventListener |
Defines the contract for handling of resolve natural id events generated from a session.
|
| ReactiveResultSetProcessor |
An interface intended to unify how a ResultSet is processed by
by ReactiveLoader implementations..
|
| ReactiveSchemaManagementTool |
|
| ReactiveSchemaManagementToolInitiator |
|
| ReactiveServiceRegistryBuilder |
Adaptation of StandardServiceRegistryBuilder; the main difference
is the use of a different initial set of services and the fact this will
not attempt to load service contributors and other Integrators.
|
| ReactiveSession |
A contract with the Hibernate session backing the user-visible
reactive session.
|
| ReactiveSessionFactoryBuilder |
|
| ReactiveSessionFactoryBuilderInitiator |
|
| ReactiveStatelessSession |
Mutiny
A contract with the Hibernate stateless session backing the user-visible
reactive session.
|
| ReactiveUniqueEntityLoader |
A reactific UniqueEntityLoader, the contract implemented
by all reactive entity loaders, including batch loaders.
|
| ResultSetMapping<T> |
Represents the shape of a native SQL query result
set, as specified by an instance of the annotation
SqlResultSetMapping.
|
| Settings |
|
| SqlServerReactiveInformationExtractorImpl |
|
| Stage |
An API for Hibernate Reactive where non-blocking operations are
represented by a Java CompletionStage.
|
| Stage.Closeable |
|
| Stage.Query<R> |
A non-blocking counterpart to the Hibernate
Query interface, allowing reactive
execution of HQL and JPQL queries.
|
| Stage.Session |
A non-blocking counterpart to the Hibernate Session
interface, allowing a reactive style of interaction with the database.
|
| Stage.SessionFactory |
|
| Stage.StatelessSession |
A non-blocking counterpart to the Hibernate
StatelessSession interface, which provides a
command-oriented API for performing bulk operations against a database.
|
| Stage.Transaction |
|
| StageValueGenerator<T> |
|
| StartVerticle |
Make it easier to run benchmarks with external tools like "wrk"
|
| StatementsWithParameters |
A list of SQL statements to be executed as a single logical unit.
|
| VertxInstance |
Used by DefaultSqlClientPool and
VertxContext
to obtain an instance of Vertx.
|
| VertxSqlClientException |
|