Class ForeignKeyInformationImpl.ColumnReferenceMappingImpl
java.lang.Object
org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl.ColumnReferenceMappingImpl
- All Implemented Interfaces:
ForeignKeyInformation.ColumnReferenceMapping
- Enclosing class:
- ForeignKeyInformationImpl
public static class ForeignKeyInformationImpl.ColumnReferenceMappingImpl
extends Object
implements ForeignKeyInformation.ColumnReferenceMapping
-
Constructor Summary
ConstructorsConstructorDescriptionColumnReferenceMappingImpl
(ColumnInformation referencing, ColumnInformation referenced) -
Method Summary
Modifier and TypeMethodDescriptionObtain the information about the referenced column (the target side).Obtain the information about the referencing column (the source column, which points to the referenced column).
-
Constructor Details
-
ColumnReferenceMappingImpl
-
-
Method Details
-
getReferencingColumnMetadata
Description copied from interface:ForeignKeyInformation.ColumnReferenceMapping
Obtain the information about the referencing column (the source column, which points to the referenced column).- Specified by:
getReferencingColumnMetadata
in interfaceForeignKeyInformation.ColumnReferenceMapping
- Returns:
- The referencing column.
-
getReferencedColumnMetadata
Description copied from interface:ForeignKeyInformation.ColumnReferenceMapping
Obtain the information about the referenced column (the target side).- Specified by:
getReferencedColumnMetadata
in interfaceForeignKeyInformation.ColumnReferenceMapping
- Returns:
- The referenced column
-