Uses of Class
org.hibernate.type.descriptor.jdbc.FloatJdbcType
-
Packages that use FloatJdbcType Package Description org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types. -
-
Uses of FloatJdbcType in org.hibernate.type.descriptor.jdbc
Subclasses of FloatJdbcType in org.hibernate.type.descriptor.jdbc Modifier and Type Class Description class
RealJdbcType
Deprecated.useFloatJdbcType
Fields in org.hibernate.type.descriptor.jdbc declared as FloatJdbcType Modifier and Type Field Description static FloatJdbcType
FloatJdbcType. INSTANCE
-