|
||||||||||
| 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
public class StringClobType
| 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 |
|---|
public StringClobType()
| Method Detail |
|---|
public java.lang.Object get(java.sql.ResultSet rs,
java.lang.String name)
throws java.sql.SQLException
get in class net.sf.hibernate.type.StringTypejava.sql.SQLException
public void set(java.sql.PreparedStatement st,
java.lang.Object value,
int index)
throws java.sql.SQLException
set in class net.sf.hibernate.type.StringTypejava.sql.SQLExceptionpublic int sqlType()
sqlType in class net.sf.hibernate.type.StringTypepublic boolean hasNiceEquals()
hasNiceEquals in interface net.sf.hibernate.type.TypehasNiceEquals in class net.sf.hibernate.type.ImmutableType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||