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
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
toNationalizedTypeCode(int jdbcCode)
-