public class

FloatTypeDescriptor

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

Class Overview

Descriptor for Float handling.

Summary

Fields
public static final FloatTypeDescriptor INSTANCE
Public Constructors
FloatTypeDescriptor()
Public Methods
Float fromString(String string)
String toString(Float value)
<X> X unwrap(Float value, Class<X> type, WrapperOptions options)
<X> Float 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 FloatTypeDescriptor INSTANCE

Public Constructors

public FloatTypeDescriptor ()

Public Methods

public Float fromString (String string)

public String toString (Float value)

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

public Float wrap (X value, WrapperOptions options)