Liferay 7.0-ce-b4

com.liferay.portal.dao.orm.hibernate
Class StringClobType

java.lang.Object
  extended by org.hibernate.type.StringClobType
      extended by com.liferay.portal.dao.orm.hibernate.StringClobType
All Implemented Interfaces:
Serializable, org.hibernate.usertype.UserType

public class StringClobType
extends org.hibernate.type.StringClobType

See Also:
Serialized Form

Constructor Summary
StringClobType()
           
 
Method Summary
 boolean equals(Object x, Object y)
           
 
Methods inherited from class org.hibernate.type.StringClobType
assemble, deepCopy, disassemble, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, sqlTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringClobType

public StringClobType()
Method Detail

equals

public boolean equals(Object x,
                      Object y)
Specified by:
equals in interface org.hibernate.usertype.UserType
Overrides:
equals in class org.hibernate.type.StringClobType

Liferay 7.0-ce-b4