org.hibernate.type
Class MaterializedClobType
java.lang.Object
org.hibernate.type.AbstractType
org.hibernate.type.NullableType
org.hibernate.type.ImmutableType
org.hibernate.type.AbstractLongStringType
org.hibernate.type.MaterializedClobType
- All Implemented Interfaces:
- Serializable, Type
public class MaterializedClobType
- extends AbstractLongStringType
materialized_clob: A type that maps an SQL CLOB to a Java String.
- Author:
- Gail Badner
- See Also:
- Serialized Form
Methods inherited from class org.hibernate.type.NullableType |
fromXMLNode, fromXMLString, getColumnSpan, isDirty, isEqual, isEqual, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, nullSafeSet, nullSafeToString, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString, toXMLString |
Methods inherited from class org.hibernate.type.AbstractType |
assemble, beforeAssemble, compare, disassemble, getHashCode, getHashCode, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isEntityType, isEqual, isModified, isSame, isXMLElement, replace, replaceNode, resolve, semiResolve |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaterializedClobType
public MaterializedClobType()
sqlType
public int sqlType()
- Description copied from class:
NullableType
- A convenience form of
NullableType.sqlTypes(org.hibernate.engine.Mapping)
, returning
just a single type value since these are explicitly dealing with single column
mappings.
- Specified by:
sqlType
in class NullableType
- Returns:
- The
Types
mapping value.
getName
public String getName()
- Description copied from interface:
Type
- Returns the abbreviated name of the type.
- Returns:
- String the Hibernate type name
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.