Class DoubleType

java.lang.Object
org.hibernate.type.AbstractStandardBasicType<Object>
org.hibernate.type.AbstractSingleColumnStandardBasicType<Object>
org.hibernate.type.JavaObjectType
org.hibernate.type.DoubleType
All Implemented Interfaces:
jakarta.persistence.metamodel.BasicType<Object>, jakarta.persistence.metamodel.Type<Object>, Serializable, org.hibernate.metamodel.mapping.BasicValuedMapping, org.hibernate.metamodel.mapping.Bindable, org.hibernate.metamodel.mapping.JdbcMapping, org.hibernate.metamodel.mapping.JdbcMappingContainer, org.hibernate.metamodel.mapping.MappingModelExpressible, org.hibernate.metamodel.mapping.MappingType, org.hibernate.metamodel.mapping.SqlExpressible, org.hibernate.metamodel.mapping.ValueMapping, org.hibernate.metamodel.model.domain.BasicDomainType<Object>, org.hibernate.metamodel.model.domain.DomainType<Object>, org.hibernate.metamodel.model.domain.SimpleDomainType<Object>, org.hibernate.query.BindableType<Object>, org.hibernate.query.OutputableType<Object>, org.hibernate.query.ReturnableType<Object>, org.hibernate.query.sqm.SqmExpressible<Object>, org.hibernate.type.BasicType<Object>, org.hibernate.type.descriptor.java.JavaTypedExpressible, org.hibernate.type.ProcedureParameterExtractionAware<Object>, org.hibernate.type.ProcedureParameterNamedBinder<Object>, org.hibernate.type.Type

public class DoubleType extends org.hibernate.type.JavaObjectType
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.hibernate.metamodel.mapping.Bindable

    org.hibernate.metamodel.mapping.Bindable.JdbcValuesBiConsumer<X,Y>, org.hibernate.metamodel.mapping.Bindable.JdbcValuesConsumer

    Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Type

    jakarta.persistence.metamodel.Type.PersistenceType
  • Field Summary

    Fields inherited from class org.hibernate.type.JavaObjectType

    INSTANCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.hibernate.type.JavaObjectType

    getName, registerUnderJavaType

    Methods inherited from class org.hibernate.type.AbstractSingleColumnStandardBasicType

    nullSafeSet

    Methods inherited from class org.hibernate.type.AbstractStandardBasicType

    assemble, beforeAssemble, canDoExtraction, canDoSetting, compare, deepCopy, deepCopy, disassemble, extract, extract, fromString, getCastType, getColumnSpan, getHashCode, getHashCode, getJavaType, getJavaTypeDescriptor, getJdbcLiteralFormatter, getJdbcType, getJdbcValueBinder, getJdbcValueExtractor, getMutabilityPlan, getRegistrationKeys, getReturnedClass, getSqlTypeCodes, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, nullSafeSet, nullSafeSet, nullSafeSet, nullSafeSet, replace, replace, toColumnNullness, toLoggableString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hibernate.metamodel.model.domain.BasicDomainType

    areEqual, getPersistenceType

    Methods inherited from interface org.hibernate.type.BasicType

    compare, disassemble, forEachDisassembledJdbcValue, forEachJdbcType, forEachJdbcType, getCheckCondition, getExpressibleJavaType, getJdbcMapping, getJdbcMapping, getJdbcMappings, getJdbcTypeCount, getMappedJavaType, getMappedType, getSingleJdbcMapping, getSpecializedTypeDeclaration, getValueConverter

    Methods inherited from interface org.hibernate.metamodel.mapping.BasicValuedMapping

    addToCacheKey

    Methods inherited from interface org.hibernate.metamodel.mapping.Bindable

    forEachDisassembledJdbcValue, forEachDisassembledJdbcValue, forEachDisassembledJdbcValue, forEachJdbcValue, forEachJdbcValue, forEachJdbcValue, forEachJdbcValue

    Methods inherited from interface org.hibernate.metamodel.model.domain.DomainType

    getTypeName

    Methods inherited from interface org.hibernate.metamodel.mapping.JdbcMapping

    convertToDomainValue, convertToRelationalValue, getJdbcJavaType

    Methods inherited from interface org.hibernate.metamodel.model.domain.SimpleDomainType

    getBindableJavaType

    Methods inherited from interface org.hibernate.query.sqm.SqmExpressible

    getRelationalJavaType, isInstance, resolveExpressible

    Methods inherited from interface org.hibernate.type.Type

    assemble, beforeAssemble, compare, deepCopy, disassemble, disassemble, getColumnSpan, getHashCode, getHashCode, getReturnedClass, getSqlTypeCodes, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, nullSafeSet, replace, replace, toColumnNullness, toLoggableString

    Methods inherited from interface org.hibernate.metamodel.mapping.ValueMapping

    treatAs
  • Constructor Details

    • DoubleType

      public DoubleType()