接口的使用
org.hibernate.tool.schema.extract.spi.ForeignKeyInformation
-
使用ForeignKeyInformation的程序包 程序包 说明 org.hibernate.tool.schema.extract.internal org.hibernate.tool.schema.extract.spi -
-
org.hibernate.tool.schema.extract.internal中ForeignKeyInformation的使用
实现ForeignKeyInformation的org.hibernate.tool.schema.extract.internal中的类 修饰符和类型 类 说明 classForeignKeyInformationImpl返回ForeignKeyInformation的org.hibernate.tool.schema.extract.internal中的方法 修饰符和类型 方法 说明 ForeignKeyInformationInformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilder. build()ForeignKeyInformationTableInformationImpl. getForeignKey(Identifier fkIdentifier)返回变量类型为ForeignKeyInformation的类型的org.hibernate.tool.schema.extract.internal中的方法 修饰符和类型 方法 说明 protected Map<Identifier,ForeignKeyInformation>TableInformationImpl. foreignKeys()Iterable<ForeignKeyInformation>InformationExtractorJdbcDatabaseMetaDataImpl. getForeignKeys(TableInformation tableInformation)Iterable<ForeignKeyInformation>TableInformationImpl. getForeignKeys() -
org.hibernate.tool.schema.extract.spi中ForeignKeyInformation的使用
返回ForeignKeyInformation的org.hibernate.tool.schema.extract.spi中的方法 修饰符和类型 方法 说明 ForeignKeyInformationTableInformation. getForeignKey(Identifier keyName)Retrieve the named ForeignKeyInformation返回变量类型为ForeignKeyInformation的类型的org.hibernate.tool.schema.extract.spi中的方法 修饰符和类型 方法 说明 Iterable<ForeignKeyInformation>InformationExtractor. getForeignKeys(TableInformation tableInformation)Extract information about foreign keys defined on the given table (targeting or point-at other tables).Iterable<ForeignKeyInformation>TableInformation. getForeignKeys()Obtain an iterable over all the table's defined foreign keys.
-