public class

LongVarbinaryTypeDescriptor

extends VarbinaryTypeDescriptor
java.lang.Object
   ↳ org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
     ↳ org.hibernate.type.descriptor.sql.LongVarbinaryTypeDescriptor

Class Overview

Descriptor for LONGVARBINARY handling.

Summary

Fields
public static final LongVarbinaryTypeDescriptor INSTANCE
[Expand]
Inherited Fields
From class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
Public Constructors
LongVarbinaryTypeDescriptor()
Public Methods
int getSqlType()
Return the java.sql.Types JDBC type-code for the column mapped by this type.
[Expand]
Inherited Methods
From class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
From class java.lang.Object
From interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor

Fields

public static final LongVarbinaryTypeDescriptor INSTANCE

Public Constructors

public LongVarbinaryTypeDescriptor ()

Public Methods

public int getSqlType ()

Return the java.sql.Types JDBC type-code for the column mapped by this type.

Returns
  • The JDBC type-code