Class PostgreSqlReactiveInformationExtractorImpl

java.lang.Object
org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
org.hibernate.reactive.provider.service.AbstractReactiveInformationSchemaBasedExtractorImpl
org.hibernate.reactive.provider.service.PostgreSqlReactiveInformationExtractorImpl
All Implemented Interfaces:
org.hibernate.tool.schema.extract.spi.InformationExtractor

public class PostgreSqlReactiveInformationExtractorImpl extends AbstractReactiveInformationSchemaBasedExtractorImpl
An implementation of AbstractReactiveInformationSchemaBasedExtractorImpl specifically for PostgreSQL that obtains metadata from PostgreSQL's system tables, when it is not available from PosgreSQL's information_schema.
  • Constructor Details

    • PostgreSqlReactiveInformationExtractorImpl

      public PostgreSqlReactiveInformationExtractorImpl(org.hibernate.tool.schema.extract.spi.ExtractionContext extractionContext)
  • Method Details