类的使用
org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation.Family
-
使用JdbcTypeFamilyInformation.Family的程序包 程序包 说明 org.hibernate.type.descriptor.sql Defines handling of the standard JDBC-defined types. -
-
org.hibernate.type.descriptor.sql中JdbcTypeFamilyInformation.Family的使用
返回JdbcTypeFamilyInformation.Family的org.hibernate.type.descriptor.sql中的方法 修饰符和类型 方法 说明 JdbcTypeFamilyInformation.FamilyJdbcTypeFamilyInformation. locateJdbcTypeFamilyByTypeCode(int typeCode)Will returnnullif no match is found.static JdbcTypeFamilyInformation.FamilyJdbcTypeFamilyInformation.Family. valueOf(String name)返回带有指定名称的该类型的枚举常量。static JdbcTypeFamilyInformation.Family[]JdbcTypeFamilyInformation.Family. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
-