Uses of Class
org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation.Family
-
Packages that use JdbcTypeFamilyInformation.Family Package Description org.hibernate.type.descriptor.sql Defines handling of the standard JDBC-defined types. -
-
Uses of JdbcTypeFamilyInformation.Family in org.hibernate.type.descriptor.sql
Methods in org.hibernate.type.descriptor.sql that return JdbcTypeFamilyInformation.Family Modifier and Type Method Description JdbcTypeFamilyInformation.FamilyJdbcTypeFamilyInformation. locateJdbcTypeFamilyByTypeCode(int typeCode)Will returnnullif no match is found.static JdbcTypeFamilyInformation.FamilyJdbcTypeFamilyInformation.Family. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JdbcTypeFamilyInformation.Family[]JdbcTypeFamilyInformation.Family. values()Returns an array containing the constants of this enum type, in the order they are declared.
-