Uses of Class
org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
-
Packages that use VarbinaryJdbcType Package Description org.hibernate.type.descriptor.jdbc Defines handling of the standard JDBC-defined types. -
-
Uses of VarbinaryJdbcType in org.hibernate.type.descriptor.jdbc
Subclasses of VarbinaryJdbcType in org.hibernate.type.descriptor.jdbc Modifier and Type Class Description class
BinaryJdbcType
Descriptor forBINARY
handling.class
LongVarbinaryJdbcType
Descriptor forLONGVARBINARY
handling.Fields in org.hibernate.type.descriptor.jdbc declared as VarbinaryJdbcType Modifier and Type Field Description static VarbinaryJdbcType
VarbinaryJdbcType. INSTANCE
static VarbinaryJdbcType
VarbinaryJdbcType. INSTANCE_WITHOUT_LITERALS
-