public class DoubleType extends AbstractSingleColumnStandardBasicType<Double> implements PrimitiveType<Double>
| Modifier and Type | Field and Description | 
|---|---|
static DoubleType | 
INSTANCE  | 
static Double | 
ZERO  | 
| Constructor and Description | 
|---|
DoubleType()  | 
| Modifier and Type | Method and Description | 
|---|---|
Serializable | 
getDefaultValue()
Get this type's default value. 
 | 
String | 
getName()
Returns the abbreviated name of the type. 
 | 
Class | 
getPrimitiveClass()
Retrieve the primitive counterpart to the wrapper type identified by
  
Type.getReturnedClass(). | 
String[] | 
getRegistrationKeys()
Get the names under which this type should be registered in the type registry. 
 | 
String | 
objectToSQLString(Double value,
                 Dialect dialect)
Convert the value into a string representation, suitable for embedding in an SQL statement as a
 literal. 
 | 
nullSafeSet, sqlTypeassemble, beforeAssemble, canDoExtraction, compare, deepCopy, deepCopy, defaultSizes, dictatedSizes, disassemble, extract, extract, fromString, fromStringValue, fromXMLNode, fromXMLString, get, getColumnSpan, getDefaultSize, getDictatedSize, getHashCode, getHashCode, getJavaTypeDescriptor, getMutabilityPlan, getReplacement, getReturnedClass, getSemiResolvedType, getSqlTypeDescriptor, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, isXMLElement, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, registerUnderJavaType, remapSqlTypeDescriptor, replace, replace, resolve, semiResolve, set, setJavaTypeDescriptor, setSqlTypeDescriptor, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString, toString, toXMLStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringfromStringValue, get, nullSafeGet, set, toStringassemble, beforeAssemble, compare, deepCopy, defaultSizes, dictatedSizes, disassemble, fromXMLNode, getColumnSpan, getHashCode, getHashCode, getReturnedClass, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, isXMLElement, nullSafeGet, nullSafeGet, nullSafeSet, replace, replace, resolve, semiResolve, setToXMLNode, sqlTypes, toColumnNullness, toLoggableStringpublic static final DoubleType INSTANCE
public static final Double ZERO
public String getName()
Typepublic String[] getRegistrationKeys()
BasicTypegetRegistrationKeys in interface BasicTypegetRegistrationKeys in class AbstractStandardBasicType<Double>public Serializable getDefaultValue()
PrimitiveTypegetDefaultValue in interface PrimitiveType<Double>public Class getPrimitiveClass()
PrimitiveTypeType.getReturnedClass().getPrimitiveClass in interface PrimitiveType<Double>public String objectToSQLString(Double value, Dialect dialect) throws Exception
LiteralTypeobjectToSQLString in interface LiteralType<Double>value - The value to convertdialect - The SQL dialectException - Indicates an issue converting the value to literal string.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.