com.atlassian.confluence.core.persistence.hibernate
Class StringClobType

java.lang.Object
  extended by net.sf.hibernate.type.AbstractType
      extended by net.sf.hibernate.type.NullableType
          extended by net.sf.hibernate.type.ImmutableType
              extended by net.sf.hibernate.type.StringType
                  extended by com.atlassian.confluence.core.persistence.hibernate.StringClobType
All Implemented Interfaces:
java.io.Serializable, net.sf.hibernate.type.DiscriminatorType, net.sf.hibernate.type.IdentifierType, net.sf.hibernate.type.LiteralType, net.sf.hibernate.type.Type

public class StringClobType
extends net.sf.hibernate.type.StringType

See Also:
Serialized Form

Constructor Summary
StringClobType()
           
 
Method Summary
 java.lang.Object get(java.sql.ResultSet rs, java.lang.String name)
           
 boolean hasNiceEquals()
          Deprecated.  
 void set(java.sql.PreparedStatement st, java.lang.Object value, int index)
           
 int sqlType()
           
 
Methods inherited from class net.sf.hibernate.type.StringType
equals, fromStringValue, getName, getReturnedClass, objectToSQLString, stringToObject, toString
 
Methods inherited from class net.sf.hibernate.type.ImmutableType
copy, deepCopyNotNull, isMutable
 
Methods inherited from class net.sf.hibernate.type.NullableType
deepCopy, fromString, getColumnSpan, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, sqlTypes, toString
 
Methods inherited from class net.sf.hibernate.type.AbstractType
assemble, disassemble, equals, hashCode, hydrate, isAssociationType, isComponentType, isDirty, isEntityType, isModified, isObjectType, isPersistentCollectionType, resolveIdentifier
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.hibernate.type.Type
assemble, copy, deepCopy, disassemble, fromString, getColumnSpan, hydrate, isAssociationType, isComponentType, isDirty, isEntityType, isModified, isMutable, isObjectType, isPersistentCollectionType, nullSafeGet, nullSafeGet, nullSafeSet, resolveIdentifier, sqlTypes, toString
 

Constructor Detail

StringClobType

public StringClobType()
Method Detail

get

public java.lang.Object get(java.sql.ResultSet rs,
                            java.lang.String name)
                     throws java.sql.SQLException
Overrides:
get in class net.sf.hibernate.type.StringType
Throws:
java.sql.SQLException

set

public void set(java.sql.PreparedStatement st,
                java.lang.Object value,
                int index)
         throws java.sql.SQLException
Overrides:
set in class net.sf.hibernate.type.StringType
Throws:
java.sql.SQLException

sqlType

public int sqlType()
Overrides:
sqlType in class net.sf.hibernate.type.StringType

hasNiceEquals

public boolean hasNiceEquals()
Deprecated. 

(suppress compiler error)

Specified by:
hasNiceEquals in interface net.sf.hibernate.type.Type
Overrides:
hasNiceEquals in class net.sf.hibernate.type.ImmutableType


Copyright © 2003-2011 Atlassian. All Rights Reserved.