接口的使用
org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping
-
使用ForeignKeyInformation.ColumnReferenceMapping的程序包 程序包 说明 org.hibernate.tool.schema.extract.internal org.hibernate.tool.schema.extract.spi -
-
org.hibernate.tool.schema.extract.internal中ForeignKeyInformation.ColumnReferenceMapping的使用
实现ForeignKeyInformation.ColumnReferenceMapping的org.hibernate.tool.schema.extract.internal中的类 修饰符和类型 类 说明 static classForeignKeyInformationImpl.ColumnReferenceMappingImpl返回变量类型为ForeignKeyInformation.ColumnReferenceMapping的类型的org.hibernate.tool.schema.extract.internal中的方法 修饰符和类型 方法 说明 Iterable<ForeignKeyInformation.ColumnReferenceMapping>ForeignKeyInformationImpl. getColumnReferenceMappings()类型变量类型为ForeignKeyInformation.ColumnReferenceMapping的org.hibernate.tool.schema.extract.internal中的构造器参数 构造器 说明 ForeignKeyInformationImpl(Identifier fkIdentifier, List<ForeignKeyInformation.ColumnReferenceMapping> columnMappingList) -
org.hibernate.tool.schema.extract.spi中ForeignKeyInformation.ColumnReferenceMapping的使用
返回变量类型为ForeignKeyInformation.ColumnReferenceMapping的类型的org.hibernate.tool.schema.extract.spi中的方法 修饰符和类型 方法 说明 Iterable<ForeignKeyInformation.ColumnReferenceMapping>ForeignKeyInformation. getColumnReferenceMappings()Get the column mappings that define the reference.
-