Uses of Class
org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
Packages that use AbstractReactiveInformationSchemaBasedExtractorImpl
-
Uses of AbstractReactiveInformationSchemaBasedExtractorImpl in org.hibernate.reactive.provider.service
Subclasses of AbstractReactiveInformationSchemaBasedExtractorImpl in org.hibernate.reactive.provider.serviceModifier and TypeClassDescriptionclass
An implementation ofAbstractReactiveInformationSchemaBasedExtractorImpl
specifically for MySQL that obtains metadata from MySQL's non-standard information_schema tables.class
class
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
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.