Package org.hibernate.reactive.provider.service
-
Interface Summary Interface Description ReactiveMarkerService This service is only used to "mark" the registry as being intended for use by an instance of Hibernate Reactive. -
Class Summary Class Description AbstractReactiveInformationSchemaBasedExtractorImpl An implementation ofInformationExtractor
that obtains metadata information from a database's information_schema.MySqlReactiveInformationExtractorImpl An implementation ofAbstractReactiveInformationSchemaBasedExtractorImpl
specifically for MySQL that obtains metadata from MySQL's non-standard information_schema tables.NoJdbcConnectionProvider A dummy HibernateConnectionProvider
throws an exception if a JDBC connection is requested.NoJdbcConnectionProviderInitiator A Hibernateservice initiator
that wraps the HibernateConnectionProvider
in an instance ofNoJdbcConnectionProvider
.NoJdbcEnvironmentInitiator A Hibernateservice initiator
that provides an implementation ofJdbcEnvironment
that infers the HibernateDialect
from the JDBC URL.NoJdbcMultiTenantConnectionProvider A dummy HibernateMultiTenantConnectionProvider
which throws an exception if a JDBC connection is requested.NoJdbcMultiTenantConnectionProviderInitiator A Hibernateservice initiator
forNoJdbcMultiTenantConnectionProvider
.NoJtaPlatformInitiator A Hibernateservice initiator
for the non-configured form of JTA platform.OracleSqlReactiveInformationExtractorImpl PostgreSqlReactiveInformationExtractorImpl An implementation ofAbstractReactiveInformationSchemaBasedExtractorImpl
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 Hibernateservice initiator
forReactiveMarkerService
.ReactiveMarkerServiceSingleton A singletonReactiveMarkerService
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 Hibernateservice initiator
that creates aReactivePersisterClassResolver
to register the persisters Hibernate Reactive needs.ReactiveQueryTranslatorFactory Facade for the generation of reactiveQueryTranslator
andFilterTranslator
instances.ReactiveQueryTranslatorFactoryInitiator A Hibernateservice initiator
that createsReactiveQueryTranslatorFactory
instances.ReactiveSchemaManagementTool ReactiveSchemaManagementToolInitiator ReactiveSessionFactoryBuilder ASessionFactoryBuilder
forSessionFactory
instances that can beunwrapped
to produce aStage.SessionFactory
orMutiny.SessionFactory
.ReactiveSessionFactoryBuilderInitiator A Hibernateservice initiator
that wraps the HibernateConnectionProvider
in an instance ofNoJdbcConnectionProvider
.SqlServerReactiveInformationExtractorImpl An implementation ofAbstractReactiveInformationSchemaBasedExtractorImpl
specifically for SQL Server that obtains metadata from SQL Server's system tables, when it is not available from SQL Server's information_schema.