|
||||||||||
| 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 | |
|---|---|
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
get in class net.sf.hibernate.type.StringTypeSQLException
public void set(PreparedStatement st,
Object value,
int index)
throws SQLException
set in class net.sf.hibernate.type.StringTypeSQLExceptionpublic int sqlType()
sqlType in class net.sf.hibernate.type.StringType@Deprecated public 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 | |||||||||