Class NationalizedTypeMappings
java.lang.Object
org.hibernate.type.descriptor.jdbc.NationalizedTypeMappings
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 Summary
-
Method Details
-
toNationalizedTypeCode
public static int toNationalizedTypeCode(int jdbcCode)
-