Uses of Interface
org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping
-
Packages that use ForeignKeyInformation.ColumnReferenceMapping Package Description org.hibernate.tool.schema.extract.internal Implementation of the SPI for schema information extraction from the database via JDBC.org.hibernate.tool.schema.extract.spi 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.ColumnReferenceMapping Modifier and Type Class Description static class
ForeignKeyInformationImpl.ColumnReferenceMappingImpl
Methods in org.hibernate.tool.schema.extract.internal that return types with arguments of type ForeignKeyInformation.ColumnReferenceMapping Modifier and Type Method Description Iterable<ForeignKeyInformation.ColumnReferenceMapping>
ForeignKeyInformationImpl. getColumnReferenceMappings()
Constructor parameters in org.hibernate.tool.schema.extract.internal with type arguments of type ForeignKeyInformation.ColumnReferenceMapping Constructor Description ForeignKeyInformationImpl(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.ColumnReferenceMapping Modifier and Type Method Description Iterable<ForeignKeyInformation.ColumnReferenceMapping>
ForeignKeyInformation. getColumnReferenceMappings()
Get the column mappings that define the reference.
-