Class Hierarchy
- java.lang.Object
- org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl (implements org.hibernate.tool.schema.extract.spi.InformationExtractor)
- org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
- org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl.ForeignKeyBuilderImpl (implements org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl.ForeignKeyBuilder)
- org.hibernate.tool.schema.extract.internal.ColumnInformationImpl (implements org.hibernate.tool.schema.extract.spi.ColumnInformation)
- org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl (implements org.hibernate.tool.schema.extract.spi.DatabaseInformation, org.hibernate.tool.schema.extract.spi.ExtractionContext.DatabaseObjectAccess)
- org.hibernate.tool.schema.extract.internal.ExtractionContextImpl (implements org.hibernate.tool.schema.extract.spi.ExtractionContext)
- org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl (implements org.hibernate.tool.schema.extract.spi.ForeignKeyInformation)
- org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl.ColumnReferenceMappingImpl (implements org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping)
- org.hibernate.tool.schema.extract.internal.IndexInformationImpl (implements org.hibernate.tool.schema.extract.spi.IndexInformation)
- org.hibernate.tool.schema.extract.internal.IndexInformationImpl.Builder
- org.hibernate.tool.schema.extract.internal.PrimaryKeyInformationImpl (implements org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation)
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl (implements org.hibernate.tool.schema.extract.spi.SequenceInformationExtractor)
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDB2DatabaseImpl
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDerbyDatabaseImpl
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorH2DatabaseImpl
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorHANADatabaseImpl
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorHSQLDBDatabaseImpl
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorMariaDBDatabaseImpl
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorOracleDatabaseImpl
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorTiDBDatabaseImpl
- org.hibernate.tool.schema.extract.internal.SequenceNameExtractorImpl
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorNoOpImpl (implements org.hibernate.tool.schema.extract.spi.SequenceInformationExtractor)
- org.hibernate.tool.schema.extract.internal.SequenceInformationImpl (implements org.hibernate.tool.schema.extract.spi.SequenceInformation)
- org.hibernate.tool.schema.extract.internal.TableInformationImpl (implements org.hibernate.tool.schema.extract.spi.TableInformation)
- org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl (implements org.hibernate.tool.schema.extract.spi.InformationExtractor)
Interface Hierarchy
- org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl.ForeignKeyBuilder