public class

DoubleTypeDescriptor

extends AbstractTypeDescriptor<T>
java.lang.Object
   ↳ org.hibernate.type.descriptor.java.AbstractTypeDescriptor<T>
     ↳ org.hibernate.type.descriptor.java.DoubleTypeDescriptor

Class Overview

Descriptor for Double handling.

Summary

Fields
public static final DoubleTypeDescriptor INSTANCE
Public Constructors
DoubleTypeDescriptor()
Public Methods
Double fromString(String string)
String toString(Double value)
<X> X unwrap(Double value, Class<X> type, WrapperOptions options)
<X> Double wrap(X value, WrapperOptions options)
[Expand]
Inherited Methods
From class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
From class java.lang.Object
From interface org.hibernate.type.descriptor.java.JavaTypeDescriptor

Fields

public static final DoubleTypeDescriptor INSTANCE

Public Constructors

public DoubleTypeDescriptor ()

Public Methods

public Double fromString (String string)

public String toString (Double value)

public X unwrap (Double value, Class<X> type, WrapperOptions options)

public Double wrap (X value, WrapperOptions options)