public class RedisHashType<T> extends AbstractGenericBasicType<T>
| Modifier and Type | Field and Description |
|---|---|
static RedisHashType<Boolean> |
BOOLEAN |
static RedisHashType<Byte> |
BYTE |
static RedisHashType<Double> |
DOUBLE |
static RedisHashType<Float> |
FLOAT |
static RedisHashType<Integer> |
INTEGER |
static RedisHashType<Long> |
LONG |
static RedisHashType<Boolean> |
NUMERIC_BOOLEAN |
static RedisHashType<Short> |
SHORT |
static RedisHashType<UUID> |
UUID_BINARY |
| Constructor and Description |
|---|
RedisHashType(org.hibernate.type.descriptor.java.JavaTypeDescriptor<T> javaTypeDescriptor,
String name) |
| 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 static final RedisHashType<Long> LONG
public static final RedisHashType<Integer> INTEGER
public static final RedisHashType<Short> SHORT
public static final RedisHashType<Float> FLOAT
public static final RedisHashType<Double> DOUBLE
public static final RedisHashType<Boolean> NUMERIC_BOOLEAN
public static final RedisHashType<Boolean> BOOLEAN
public static final RedisHashType<UUID> UUID_BINARY
public static final RedisHashType<Byte> BYTE
public String getName()
public int getColumnSpan(org.hibernate.engine.spi.Mapping mapping)
throws org.hibernate.MappingException
getColumnSpan in interface GridTypegetColumnSpan in class AbstractGenericBasicType<T>org.hibernate.MappingExceptionCopyright © 2010–2016 Hibernate. All rights reserved.