public class

BinaryTypeDescriptor

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

Class Overview

Descriptor for BINARY handling.

Summary

Fields
public static final BinaryTypeDescriptor INSTANCE
[Expand]
Inherited Fields
From class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
Public Constructors
BinaryTypeDescriptor()
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 BinaryTypeDescriptor INSTANCE

Public Constructors

public BinaryTypeDescriptor ()

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