org.jasig.portal.dao.usertype
Class EscapedStringType
java.lang.Object
org.jasig.portal.dao.usertype.BaseEscapedStringType
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
| 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 |
EscapedStringType
public EscapedStringType()
Copyright © 2010 Jasig. All Rights Reserved.