public class RedisSerializableType<T extends Serializable> extends AbstractGenericBasicType<T>
GridType which stores/retrieves values from the grid unwrapping/wrapping them as string
representation of the correpsonding byte array using the chosend JavaTypeDescriptorBase64ByteArrayTypeDescriptor,
Serialized Form| Constructor and Description |
|---|
RedisSerializableType(org.hibernate.type.descriptor.java.JavaTypeDescriptor<T> javaTypeDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnSpan(org.hibernate.engine.spi.Mapping mapping) |
String |
getName() |
assemble, beforeAssemble, compare, convertToBackendType, deepCopy, deepCopy, disassemble, fromString, fromStringValue, getGridTypeDescriptor, getHashCode, getHashCode, getJavaTypeDescriptor, getMutabilityPlan, getRegistrationKeys, getReplacement, getReturnedClass, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, nullSafeSet, registerUnderJavaType, replace, replace, resolve, semiResolve, toColumnNullness, toLoggableString, toStringpublic RedisSerializableType(org.hibernate.type.descriptor.java.JavaTypeDescriptor<T> javaTypeDescriptor)
public String getName()
public int getColumnSpan(org.hibernate.engine.spi.Mapping mapping)
throws org.hibernate.MappingException
getColumnSpan in interface GridTypegetColumnSpan in class AbstractGenericBasicType<T extends Serializable>org.hibernate.MappingExceptionCopyright © 2010–2016 Hibernate. All rights reserved.