Class JdbcTypeFamilyInformation

java.lang.Object
org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation

public class JdbcTypeFamilyInformation extends Object
Information pertaining to JDBC type families.
  • Field Details

  • Constructor Details

    • JdbcTypeFamilyInformation

      public JdbcTypeFamilyInformation()
  • Method Details

    • locateJdbcTypeFamilyByTypeCode

      public JdbcTypeFamilyInformation.Family locateJdbcTypeFamilyByTypeCode(int typeCode)
      Will return null 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.