org.jasig.portal.dao.usertype
Class EscapedTextType

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

public class EscapedTextType
extends BaseEscapedStringType

Version of BaseEscapedStringType that stores its data in a VARCHAR.

Version:
$Revision$
Author:
Eric Dalquist

Constructor Summary
EscapedTextType()
           
 
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

EscapedTextType

public EscapedTextType()


Copyright © 2010 Jasig. All Rights Reserved.