public class

FloatTypeDescriptor

extends RealTypeDescriptor
java.lang.Object
   ↳ org.hibernate.type.descriptor.sql.RealTypeDescriptor
     ↳ org.hibernate.type.descriptor.sql.FloatTypeDescriptor

Class Overview

Descriptor for FLOAT handling.

Summary

Fields
public static final FloatTypeDescriptor INSTANCE
[Expand]
Inherited Fields
From class org.hibernate.type.descriptor.sql.RealTypeDescriptor
Public Constructors
FloatTypeDescriptor()
Public Methods
int getSqlType()
Return the java.sql.Types JDBC type-code for the column mapped by this type.
[Expand]
Inherited Methods
From class org.hibernate.type.descriptor.sql.RealTypeDescriptor
From class java.lang.Object
From interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor

Fields

public static final FloatTypeDescriptor INSTANCE

Public Constructors

public FloatTypeDescriptor ()

Public Methods

public int getSqlType ()

Return the java.sql.Types JDBC type-code for the column mapped by this type.

Returns
  • The JDBC type-code