Class NationalizedTypeMappings
- java.lang.Object
-
- org.hibernate.type.descriptor.sql.NationalizedTypeMappings
-
public final class NationalizedTypeMappings extends java.lang.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
-
-
Field Summary
Fields Modifier and Type Field Description static NationalizedTypeMappings
INSTANCE
Deprecated.use the static methods instead
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getCorrespondingNationalizedCode(int jdbcCode)
Deprecated.static int
toNationalizedTypeCode(int jdbcCode)
-
-
-
Field Detail
-
INSTANCE
@Deprecated public static final NationalizedTypeMappings INSTANCE
Deprecated.use the static methods insteadSingleton access
-
-