Class JdbcTypeFamilyInformation
- java.lang.Object
-
- org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation
-
public class JdbcTypeFamilyInformation extends Object
Information pertaining to JDBC type families.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JdbcTypeFamilyInformation.Family
-
Field Summary
Fields Modifier and Type Field Description static JdbcTypeFamilyInformation
INSTANCE
-
Constructor Summary
Constructors Constructor Description JdbcTypeFamilyInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JdbcTypeFamilyInformation.Family
locateJdbcTypeFamilyByTypeCode(int typeCode)
Will returnnull
if no match is found.
-
-
-
Field Detail
-
INSTANCE
public static final JdbcTypeFamilyInformation INSTANCE
-
-
Method Detail
-
locateJdbcTypeFamilyByTypeCode
public JdbcTypeFamilyInformation.Family locateJdbcTypeFamilyByTypeCode(int typeCode)
Will returnnull
if no match is found.- Parameters:
typeCode
- The JDBC type code.- Returns:
- The family of datatypes the type code belongs to, or
null
if it belongs to no known families.
-
-