Package org.hibernate.reactive.provider.service
package org.hibernate.reactive.provider.service
-
ClassDescriptionAn implementation of
InformationExtractorthat obtains metadata information from a database's information_schema.An implementation ofAbstractReactiveInformationSchemaBasedExtractorImplspecifically 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 HibernateConnectionProviderthrows an exception if a JDBC connection is requested.A Hibernate service initiator that wraps the HibernateConnectionProviderin an instance ofNoJdbcConnectionProvider.A Hibernate service initiator that provides an implementation ofJdbcEnvironmentthat infers the HibernateDialectfrom the JDBC URL.A dummy HibernateMultiTenantConnectionProviderwhich throws an exception if a JDBC connection is requested.A Hibernate service initiator forNoJdbcMultiTenantConnectionProvider.A Hibernate service initiator for the non-configured form of JTA platform.An implementation ofAbstractReactiveInformationSchemaBasedExtractorImplspecifically 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 Hibernate service initiator forReactiveMarkerService.A singletonReactiveMarkerServicethat 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 Hibernate service initiator that creates aReactivePersisterClassResolverto register the persisters needed by Hibernate Reactive.A Hibernate service initiator that wraps the HibernateConnectionProviderin an instance ofNoJdbcConnectionProvider.Custom variations for SqmMultiTableMutationStrategyProviderAn implementation ofAbstractReactiveInformationSchemaBasedExtractorImplspecifically for SQL Server that obtains metadata from SQL Server's system tables, when it is not available from SQL Server's information_schema.