org.hibernate.type
Class PrimitiveCharacterArrayClobType

java.lang.Object
  extended by org.hibernate.type.CharacterArrayClobType
      extended by org.hibernate.type.PrimitiveCharacterArrayClobType
All Implemented Interfaces:
org.hibernate.usertype.UserType

public class PrimitiveCharacterArrayClobType
extends CharacterArrayClobType

Map a char[] to a Clob

Author:
Emmanuel Bernard

Field Summary
 
Fields inherited from class org.hibernate.type.CharacterArrayClobType
BUFFER_SIZE
 
Constructor Summary
PrimitiveCharacterArrayClobType()
           
 
Method Summary
 Class returnedClass()
           
 
Methods inherited from class org.hibernate.type.CharacterArrayClobType
assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, sqlTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveCharacterArrayClobType

public PrimitiveCharacterArrayClobType()
Method Detail

returnedClass

public Class returnedClass()
Specified by:
returnedClass in interface org.hibernate.usertype.UserType
Overrides:
returnedClass in class CharacterArrayClobType