类 ForeignKeyInformationImpl.ColumnReferenceMappingImpl
- java.lang.Object
-
- org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl.ColumnReferenceMappingImpl
-
public static class ForeignKeyInformationImpl.ColumnReferenceMappingImpl extends Object implements ForeignKeyInformation.ColumnReferenceMapping
-
-
构造器概要
构造器 构造器 说明 ColumnReferenceMappingImpl(ColumnInformation referencing, ColumnInformation referenced)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ColumnInformationgetReferencedColumnMetadata()Obtain the information about the referenced column (the target side).ColumnInformationgetReferencingColumnMetadata()Obtain the information about the referencing column (the source column, which points to the referenced column).
-
-
-
构造器详细资料
-
ColumnReferenceMappingImpl
public ColumnReferenceMappingImpl(ColumnInformation referencing, ColumnInformation referenced)
-
-
方法详细资料
-
getReferencingColumnMetadata
public ColumnInformation getReferencingColumnMetadata()
Obtain the information about the referencing column (the source column, which points to the referenced column).- 指定者:
getReferencingColumnMetadata在接口中ForeignKeyInformation.ColumnReferenceMapping- 返回:
- The referencing column.
-
getReferencedColumnMetadata
public ColumnInformation getReferencedColumnMetadata()
Obtain the information about the referenced column (the target side).- 指定者:
getReferencedColumnMetadata在接口中ForeignKeyInformation.ColumnReferenceMapping- 返回:
- The referenced column
-
-