Uses of Class
org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
-
Packages that use AbstractReactiveInformationSchemaBasedExtractorImpl Package Description org.hibernate.reactive.provider.service -
-
Uses of AbstractReactiveInformationSchemaBasedExtractorImpl in org.hibernate.reactive.provider.service
Subclasses of AbstractReactiveInformationSchemaBasedExtractorImpl in org.hibernate.reactive.provider.service Modifier and Type Class Description classMySqlReactiveInformationExtractorImplAn implementation ofAbstractReactiveInformationSchemaBasedExtractorImplspecifically for MySQL that obtains metadata from MySQL's non-standard information_schema tables.classOracleSqlReactiveInformationExtractorImplclassPostgreSqlReactiveInformationExtractorImplAn implementation ofAbstractReactiveInformationSchemaBasedExtractorImplspecifically for PostgreSQL that obtains metadata from PostgreSQL's system tables, when it is not available from PosgreSQL's information_schema.classSqlServerReactiveInformationExtractorImplAn 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.
-