public class

WrapperBinaryType

extends AbstractSingleColumnStandardBasicType<T>
java.lang.Object
   ↳ org.hibernate.type.AbstractStandardBasicType<T>
     ↳ org.hibernate.type.AbstractSingleColumnStandardBasicType<T>
       ↳ org.hibernate.type.WrapperBinaryType

Class Overview

A type mapping VARBINARY and Byte Byte[]

Summary

Fields
public static final WrapperBinaryType INSTANCE
Public Constructors
WrapperBinaryType()
Public Methods
String getName()
String[] getRegistrationKeys()
Get the names under which this type should be registered in the type registry.
[Expand]
Inherited Methods
From class org.hibernate.type.AbstractSingleColumnStandardBasicType
From class org.hibernate.type.AbstractStandardBasicType
From class java.lang.Object
From interface org.hibernate.type.BasicType
From interface org.hibernate.type.SingleColumnType
From interface org.hibernate.type.StringRepresentableType
From interface org.hibernate.type.Type
From interface org.hibernate.type.XmlRepresentableType

Fields

public static final WrapperBinaryType INSTANCE

Public Constructors

public WrapperBinaryType ()

Public Methods

public String getName ()

public String[] getRegistrationKeys ()

Get the names under which this type should be registered in the type registry.

Returns
  • The keys under which to register this type.