类的使用
org.hibernate.engine.jdbc.spi.TypeSearchability
-
使用TypeSearchability的程序包 程序包 说明 org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interaction -
-
org.hibernate.engine.jdbc.spi中TypeSearchability的使用
返回TypeSearchability的org.hibernate.engine.jdbc.spi中的方法 修饰符和类型 方法 说明 TypeSearchabilityTypeInfo. getSearchability()static TypeSearchabilityTypeSearchability. interpret(short code)Based on the code retrieved fromDatabaseMetaData.getTypeInfo()for theSEARCHABLEcolumn, return the appropriate enum.static TypeSearchabilityTypeSearchability. valueOf(String name)返回带有指定名称的该类型的枚举常量。static TypeSearchability[]TypeSearchability. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
-