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