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 class
MySqlReactiveInformationExtractorImpl
An implementation ofAbstractReactiveInformationSchemaBasedExtractorImpl
specifically for MySQL that obtains metadata from MySQL's non-standard information_schema tables.class
OracleSqlReactiveInformationExtractorImpl
class
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.class
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.
-