public abstract class

AbstractLongBinaryType

extends AbstractBynaryType
java.lang.Object
   ↳ org.hibernate.type.AbstractType
     ↳ org.hibernate.type.NullableType
       ↳ org.hibernate.type.MutableType
         ↳ org.hibernate.type.AbstractBynaryType
           ↳ org.hibernate.type.AbstractLongBinaryType

This class is deprecated.
Use the AbstractStandardBasicType approach instead

Class Overview

An abstract type for mapping long binary SQL types to Java byte[].

Summary

Public Constructors
AbstractLongBinaryType()
Public Methods
Class getReturnedClass()
Protected Methods
Object toExternalFormat(byte[] bytes)
Convert the byte[] into the expected object type
byte[] toInternalFormat(Object bytes)
Convert the object into the internal byte[] representation
[Expand]
Inherited Methods
From class org.hibernate.type.AbstractBynaryType
From class org.hibernate.type.MutableType
From class org.hibernate.type.NullableType
From class org.hibernate.type.AbstractType
From class java.lang.Object
From interface java.util.Comparator
From interface org.hibernate.type.StringRepresentableType
From interface org.hibernate.type.Type
From interface org.hibernate.type.VersionType
From interface org.hibernate.type.XmlRepresentableType

Public Constructors

public AbstractLongBinaryType ()

Public Methods

public Class getReturnedClass ()

Protected Methods

protected Object toExternalFormat (byte[] bytes)

Convert the byte[] into the expected object type

protected byte[] toInternalFormat (Object bytes)

Convert the object into the internal byte[] representation