Uses of Class
org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
Packages that use NVarcharJdbcType
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
-
Uses of NVarcharJdbcType in org.hibernate.dialect
Subclasses of NVarcharJdbcType in org.hibernate.dialectModifier and TypeClassDescriptionclassclassclassSpecialized type mapping forNVARCHARthat binds/extracts UTF-16LE bytes, because the jTDS driver can't handle Unicode characters and doesn't support nationalized methods. -
Uses of NVarcharJdbcType in org.hibernate.type.descriptor.jdbc
Subclasses of NVarcharJdbcType in org.hibernate.type.descriptor.jdbcModifier and TypeClassDescriptionclassDescriptor forLONGNVARCHARhandling.classDescriptor forNCHARhandling.Fields in org.hibernate.type.descriptor.jdbc declared as NVarcharJdbcType