类分层结构
- java.lang.Object
- 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.InformationExtractorJdbcDatabaseMetaDataImpl (implements org.hibernate.tool.schema.extract.spi.InformationExtractor)
- org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilderImpl (implements org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilder)
- 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.SequenceInformationExtractorCUBRIDDatabaseImpl
- 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.SequenceInformationExtractorInformixDatabaseImpl
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorIngresDatabaseImpl
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorMariaDBDatabaseImpl
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorMimerSQLDatabaseImpl
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorOracleDatabaseImpl
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorSAPDBDatabaseImpl
- org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorTimesTenDatabaseImpl
- 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.InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilder