org.jasig.portal.dao.usertype
Class EscapedStringType

java.lang.Object
  extended by org.jasig.portal.dao.usertype.BaseEscapedStringType
      extended by org.jasig.portal.dao.usertype.EscapedStringType
All Implemented Interfaces:
org.hibernate.usertype.UserType

public class EscapedStringType
extends BaseEscapedStringType

Version of BaseEscapedStringType that stores its data in a CLOB.

Version:
$Revision$
Author:
Eric Dalquist

Constructor Summary
EscapedStringType()
           
 
Method Summary
 
Methods inherited from class org.jasig.portal.dao.usertype.BaseEscapedStringType
assemble, deepCopy, disassemble, equals, escape, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, sqlTypes, unescape
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EscapedStringType

public EscapedStringType()


Copyright © 2010 Jasig. All Rights Reserved.