| Interface | Description |
|---|---|
| ReactiveMarkerService |
This service is only used to "mark" the registry as being
intended for use by an instance of Hibernate Reactive.
|
| Class | Description |
|---|---|
| AbstractReactiveInformationSchemaBasedExtractorImpl |
An implementation of
InformationExtractor that obtains metadata
information from a database's information_schema. |
| MySqlReactiveInformationExtractorImpl |
An implementation of
AbstractReactiveInformationSchemaBasedExtractorImpl
specifically for MySQL that obtains metadata from MySQL's non-standard
information_schema tables. |
| NoJdbcConnectionProvider |
A dummy Hibernate
ConnectionProvider throws an
exception if a JDBC connection is requested. |
| NoJdbcConnectionProviderInitiator |
A Hibernate
service initiator that
wraps the Hibernate ConnectionProvider in an instance of
NoJdbcConnectionProvider. |
| NoJdbcEnvironmentInitiator |
A Hibernate
service initiator that
provides an implementation of JdbcEnvironment that infers
the Hibernate Dialect from the JDBC URL. |
| NoJdbcMultiTenantConnectionProvider |
A dummy Hibernate
MultiTenantConnectionProvider
which throws an exception if a JDBC connection is requested. |
| NoJdbcMultiTenantConnectionProviderInitiator |
A Hibernate
service initiator for
NoJdbcMultiTenantConnectionProvider. |
| NoJtaPlatformInitiator |
A Hibernate
service initiator for the non-configured form of JTA platform. |
| PostgreSqlReactiveInformationExtractorImpl |
An implementation of
AbstractReactiveInformationSchemaBasedExtractorImpl
specifically for PostgreSQL that obtains metadata from PostgreSQL's system
tables, when it is not available from PosgreSQL's information_schema. |
| ReactiveGenerationTarget |
Adaptor that redirects DDL generated by the schema export
tool to the reactive connection.
|
| ReactiveImprovedExtractionContextImpl | |
| ReactiveMarkerServiceInitiator |
A Hibernate
service initiator for ReactiveMarkerService. |
| ReactiveMarkerServiceSingleton |
A singleton
ReactiveMarkerService that marks the registry as running in "Reactive mode" allowing
the registration of reactive components. |
| ReactivePersisterClassResolver |
Define the persisters required by Hibernate Reactive, usually a reactive version of the ones
in Hibernate ORM.
|
| ReactivePersisterClassResolverInitiator |
A Hibernate
service initiator that creates a ReactivePersisterClassResolver to register
the persisters Hibernate Reactive needs. |
| ReactiveQueryTranslatorFactory |
Facade for the generation of reactive
QueryTranslator and FilterTranslator instances. |
| ReactiveQueryTranslatorFactoryInitiator |
A Hibernate
service initiator that creates
ReactiveQueryTranslatorFactory instances. |
| ReactiveSchemaManagementTool | |
| ReactiveSchemaManagementToolInitiator | |
| ReactiveSessionFactoryBuilder |
A
SessionFactoryBuilder for SessionFactory
instances that can be unwrapped to
produce a Stage.SessionFactory or
Mutiny.SessionFactory. |
| ReactiveSessionFactoryBuilderInitiator |
A Hibernate
service initiator that
wraps the Hibernate ConnectionProvider in an instance of
NoJdbcConnectionProvider. |
| SqlServerReactiveInformationExtractorImpl |
An implementation of
AbstractReactiveInformationSchemaBasedExtractorImpl
specifically for SQL Server that obtains metadata from SQL Server's system
tables, when it is not available from SQL Server's information_schema. |
Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.