|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.hibernate.type.AbstractType
net.sf.hibernate.type.NullableType
net.sf.hibernate.type.ImmutableType
net.sf.hibernate.type.StringType
com.atlassian.confluence.core.persistence.hibernate.StringClobType
Constructor Summary | |
StringClobType()
|
Method Summary | |
Object |
get(ResultSet rs,
String name)
|
boolean |
hasNiceEquals()
Deprecated. |
void |
set(PreparedStatement st,
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 |
public StringClobType()
Method Detail |
public Object get(ResultSet rs, String name) throws SQLException
SQLException
public void set(PreparedStatement st, Object value, int index) throws SQLException
SQLException
public int sqlType()
public boolean hasNiceEquals()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |