Class NationalizedTypeMappings

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

public final class NationalizedTypeMappings extends Object
Manages a mapping between nationalized and non-nationalized variants of JDBC types. At the moment we only care about being able to map non-nationalized codes to the corresponding nationalized equivalent, so that's all we implement for now
Author:
Steve Ebersole, Sanne Grinovero
  • Method Details

    • toNationalizedTypeCode

      public static int toNationalizedTypeCode(int jdbcCode)