Package org.hibernate.reactive.provider.service
package org.hibernate.reactive.provider.service
-
ClassDescriptionAn implementation of
InformationExtractor
that obtains metadata information from a database's information_schema.An implementation ofAbstractReactiveInformationSchemaBasedExtractorImpl
specifically for MySQL that obtains metadata from MySQL's non-standard information_schema tables.Replaces the JdbcParameterRendererInitiator so to not require users to set AvailableSettings.DIALECT_NATIVE_PARAM_MARKERS : this gets enforces as the Vert.x SQL clients require it.A dummy HibernateConnectionProvider
throws an exception if a JDBC connection is requested.A Hibernateservice initiator
that wraps the HibernateConnectionProvider
in an instance ofNoJdbcConnectionProvider
.A Hibernateservice initiator
that provides an implementation ofJdbcEnvironment
that infers the HibernateDialect
from the JDBC URL.A dummy HibernateMultiTenantConnectionProvider
which throws an exception if a JDBC connection is requested.A Hibernateservice initiator
forNoJdbcMultiTenantConnectionProvider
.A Hibernateservice initiator
for the non-configured form of JTA platform.An implementation ofAbstractReactiveInformationSchemaBasedExtractorImpl
specifically for PostgreSQL that obtains metadata from PostgreSQL's system tables, when it is not available from PosgreSQL's information_schema.Adaptor that redirects DDL generated by the schema export tool to the reactive connection.This service is only used to "mark" the registry as being intended for use by an instance of Hibernate Reactive.A Hibernateservice initiator
forReactiveMarkerService
.A singletonReactiveMarkerService
that marks the registry as running in "Reactive mode" allowing the registration of reactive components.Define the persisters required by Hibernate Reactive, usually a reactive version of the ones in Hibernate ORM.A Hibernateservice initiator
that creates aReactivePersisterClassResolver
to register the persisters Hibernate Reactive needs.A Hibernateservice initiator
that wraps the HibernateConnectionProvider
in an instance ofNoJdbcConnectionProvider
.Custom variations for SqmMultiTableMutationStrategyProviderAn 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.