Uses of Interface
org.hibernate.tool.schema.extract.spi.ColumnInformation
Packages that use ColumnInformation
Package
Description
Defines an SPI for schema information extraction from the database via JDBC.
-
Uses of ColumnInformation in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi that return ColumnInformationModifier and TypeMethodDescriptionTableInformation.getColumn(Identifier columnIdentifier) Retrieve the named ColumnInformationForeignKeyInformation.ColumnReferenceMapping.getReferencedColumnMetadata()Obtain the information about the referenced column (the target side).ForeignKeyInformation.ColumnReferenceMapping.getReferencingColumnMetadata()Obtain the information about the referencing column (the source column, which points to the referenced column).Methods in org.hibernate.tool.schema.extract.spi that return types with arguments of type ColumnInformationModifier and TypeMethodDescriptionPrimaryKeyInformation.getColumns()Obtain the columns making up the primary key.IndexInformation.getIndexedColumns()Obtain the columns indexed under this index.Methods in org.hibernate.tool.schema.extract.spi with parameters of type ColumnInformationModifier and TypeMethodDescriptionvoidTableInformation.addColumn(ColumnInformation columnIdentifier)