public class

PrimitiveCharacterArrayClobType

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

Class Overview

Map a char[] to a Clob

Summary

Fields
public static final PrimitiveCharacterArrayClobType INSTANCE
Public Constructors
PrimitiveCharacterArrayClobType()
Protected Constructors
PrimitiveCharacterArrayClobType(SqlTypeDescriptor sqlTypeDescriptor, ClobTypes<char[], PrimitiveCharacterArrayClobType> clobTypes)
Public Methods
String getName()
[Expand]
Inherited Methods
From class org.hibernate.type.LobType
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 PrimitiveCharacterArrayClobType INSTANCE

Public Constructors

public PrimitiveCharacterArrayClobType ()

Protected Constructors

protected PrimitiveCharacterArrayClobType (SqlTypeDescriptor sqlTypeDescriptor, ClobTypes<char[], PrimitiveCharacterArrayClobType> clobTypes)

Public Methods

public String getName ()