Package | Description |
---|---|
org.hibernate.type.descriptor.sql |
Defines handling of the standard JDBC-defined types, as declared by
Types . |
Modifier and Type | Method and Description |
---|---|
JdbcTypeFamilyInformation.Family |
JdbcTypeFamilyInformation.locateJdbcTypeFamilyByTypeCode(int typeCode)
Will return
null 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.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.