public static class

AlternativeLobTypes.BlobTypes

extends AlternativeLobTypes<S, T extends LobType<S>>
java.lang.Object
   ↳ org.hibernate.type.AlternativeLobTypes<S, T extends org.hibernate.type.LobType<S>>
     ↳ org.hibernate.type.AlternativeLobTypes.BlobTypes<S, T extends org.hibernate.type.LobType<S>>

Class Overview

Provides alternative types for binding BLOB values.

Summary

Public Methods
final T getPrimitiveArrayBindingType()
Returns the type that explicitly binds the BLOB value,
[Expand]
Inherited Methods
From class org.hibernate.type.AlternativeLobTypes
From class java.lang.Object

Public Methods

public final T getPrimitiveArrayBindingType ()

Returns the type that explicitly binds the BLOB value,

Returns
  • type that binds the BLOB