| java.lang.Object org.jboss.portal.migration.helper.MagicString
MagicString | public class MagicString implements UserType,Serializable(Code) | | An hibernate custom type that handles the fact that oracle stores an empty string as null. That types changes the
semantic of string with the fact that a returned null string is equals to an empty string.
I did not found a good name for that class so I choosed MagicString but it has nothing magic.
author: Julien Viet version: $Revision: 8784 $ |
hashCode | public int hashCode(Object object) throws HibernateException(Code) | | |
isMutable | public boolean isMutable()(Code) | | |
sqlTypes | public int[] sqlTypes()(Code) | | |
|
|