Uses of Class
org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
-
Packages that use NVarcharJdbcType Package Description org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types. -
-
Uses of NVarcharJdbcType in org.hibernate.type.descriptor.jdbc
Subclasses of NVarcharJdbcType in org.hibernate.type.descriptor.jdbc Modifier and Type Class Description class
LongNVarcharJdbcType
Descriptor forLONGNVARCHAR
handling.class
NCharJdbcType
Descriptor forNCHAR
handling.Fields in org.hibernate.type.descriptor.jdbc declared as NVarcharJdbcType Modifier and Type Field Description static NVarcharJdbcType
NVarcharJdbcType. INSTANCE
-