类 NationalizedTypeMappings
- java.lang.Object
-
- org.hibernate.type.descriptor.sql.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- 作者:
- Steve Ebersole, Sanne Grinovero
-
-
字段概要
字段 修饰符和类型 字段 说明 static NationalizedTypeMappingsINSTANCE已过时。use the static methods instead
-
-
-
字段详细资料
-
INSTANCE
@Deprecated public static final NationalizedTypeMappings INSTANCE
已过时。use the static methods insteadSingleton access
-
-
方法详细资料
-
toNationalizedTypeCode
public static int toNationalizedTypeCode(int jdbcCode)
-
getCorrespondingNationalizedCode
@Deprecated public int getCorrespondingNationalizedCode(int jdbcCode)
已过时。- 参数:
jdbcCode-- 返回:
- corresponding nationalized code
-
-