接口的使用
org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
-
使用PrimaryKeyInformation的程序包 程序包 说明 org.hibernate.tool.schema.extract.internal org.hibernate.tool.schema.extract.spi -
-
org.hibernate.tool.schema.extract.internal中PrimaryKeyInformation的使用
实现PrimaryKeyInformation的org.hibernate.tool.schema.extract.internal中的类 修饰符和类型 类 说明 classPrimaryKeyInformationImpl返回PrimaryKeyInformation的org.hibernate.tool.schema.extract.internal中的方法 修饰符和类型 方法 说明 PrimaryKeyInformationInformationExtractorJdbcDatabaseMetaDataImpl. getPrimaryKey(TableInformationImpl tableInformation)PrimaryKeyInformationTableInformationImpl. getPrimaryKey() -
org.hibernate.tool.schema.extract.spi中PrimaryKeyInformation的使用
返回PrimaryKeyInformation的org.hibernate.tool.schema.extract.spi中的方法 修饰符和类型 方法 说明 PrimaryKeyInformationInformationExtractor. getPrimaryKey(TableInformationImpl tableInformation)Extract information about the given table's primary key.PrimaryKeyInformationTableInformation. getPrimaryKey()Retrieve information about the table's primary key, if one is defined (aka, may returnnull).
-