org.hibernate.type.descriptor.sql
Class FloatTypeDescriptor

java.lang.Object
  extended by org.hibernate.type.descriptor.sql.RealTypeDescriptor
      extended by org.hibernate.type.descriptor.sql.FloatTypeDescriptor
All Implemented Interfaces:
Serializable, SqlTypeDescriptor

public class FloatTypeDescriptor
extends RealTypeDescriptor

Descriptor for FLOAT handling.

See Also:
Serialized Form

Field Summary
static FloatTypeDescriptor INSTANCE
           
 
Constructor Summary
FloatTypeDescriptor()
           
 
Method Summary
 int getSqlType()
          Return the JDBC type-code for the column mapped by this type.
 
Methods inherited from class org.hibernate.type.descriptor.sql.RealTypeDescriptor
canBeRemapped, getBinder, getExtractor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final FloatTypeDescriptor INSTANCE
Constructor Detail

FloatTypeDescriptor

public FloatTypeDescriptor()
Method Detail

getSqlType

public int getSqlType()
Description copied from interface: SqlTypeDescriptor
Return the JDBC type-code for the column mapped by this type.

Specified by:
getSqlType in interface SqlTypeDescriptor
Overrides:
getSqlType in class RealTypeDescriptor
Returns:
typeCode The JDBC type-code


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.