Uses of Class
org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
-
Packages that use JdbcTypeFamilyInformation.Family Package Description org.hibernate.type.descriptor.jdbc Defines handling of the standard JDBC-defined types. -
-
Uses of JdbcTypeFamilyInformation.Family in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc that return JdbcTypeFamilyInformation.Family Modifier and Type Method Description JdbcTypeFamilyInformation.Family
JdbcTypeFamilyInformation. locateJdbcTypeFamilyByTypeCode(int typeCode)
Will returnnull
if no match is found.static JdbcTypeFamilyInformation.Family
JdbcTypeFamilyInformation.Family. valueOf(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.
-