Uses of Interface
org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping
Packages that use ForeignKeyInformation.ColumnReferenceMapping
Package
Description
Implementation of the SPI for schema information extraction from the database via JDBC.
Defines an SPI for schema information extraction from the database via JDBC.
-
Uses of ForeignKeyInformation.ColumnReferenceMapping in org.hibernate.tool.schema.extract.internal
Classes in org.hibernate.tool.schema.extract.internal that implement ForeignKeyInformation.ColumnReferenceMappingModifier and TypeClassDescriptionstatic class
Methods in org.hibernate.tool.schema.extract.internal that return types with arguments of type ForeignKeyInformation.ColumnReferenceMappingConstructor parameters in org.hibernate.tool.schema.extract.internal with type arguments of type ForeignKeyInformation.ColumnReferenceMappingModifierConstructorDescriptionForeignKeyInformationImpl
(Identifier fkIdentifier, List<ForeignKeyInformation.ColumnReferenceMapping> columnMappingList) -
Uses of ForeignKeyInformation.ColumnReferenceMapping in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi that return types with arguments of type ForeignKeyInformation.ColumnReferenceMappingModifier and TypeMethodDescriptionForeignKeyInformation.getColumnReferenceMappings()
Get the column mappings that define the reference.