org.hibernate.type
Class PrimitiveCharacterArrayClobType

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

public class PrimitiveCharacterArrayClobType
extends CharacterArrayClobType

Map a char[] to a Clob

Author:
Emmanuel Bernard
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hibernate.type.CharacterArrayClobType
BUFFER_SIZE
 
Constructor Summary
PrimitiveCharacterArrayClobType()
           
 
Method Summary
 Class returnedClass()
          The class returned by nullSafeGet().
 
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()
Description copied from interface: UserType
The class returned by nullSafeGet().

Specified by:
returnedClass in interface UserType
Overrides:
returnedClass in class CharacterArrayClobType
Returns:
Class


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.