Class RealJdbcType
- java.lang.Object
-
- org.hibernate.type.descriptor.jdbc.FloatJdbcType
-
- org.hibernate.type.descriptor.jdbc.RealJdbcType
-
- All Implemented Interfaces:
Serializable
,JdbcType
@Deprecated public class RealJdbcType extends FloatJdbcType
Deprecated.useFloatJdbcType
Descriptor forREAL
handling.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static RealJdbcType
INSTANCE
Deprecated.
-
Constructor Summary
Constructors Constructor Description RealJdbcType()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getFriendlyName()
Deprecated.A "friendly" name for use in logging<T> JavaType<T>
getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration)
Deprecated.int
getJdbcTypeCode()
Deprecated.The JDBC type code used when interacting with JDBC APIs.Class<?>
getPreferredJavaTypeClass(WrapperOptions options)
Deprecated.The Java type class that is preferred by the binder or null.String
toString()
Deprecated.-
Methods inherited from class org.hibernate.type.descriptor.jdbc.FloatJdbcType
getBinder, getExtractor, getJdbcLiteralFormatter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.type.descriptor.jdbc.JdbcType
addAuxiliaryDatabaseObjects, addAuxiliaryDatabaseObjects, appendWriteExpression, getCastType, getCheckCondition, getDdlTypeCode, getDefaultSqlTypeCode, getExtraCreateTableInfo, hasDatePart, hasTimePart, isArray, isBinary, isBoolean, isComparable, isDecimal, isDuration, isFloat, isInteger, isInterval, isLob, isLobOrLong, isNationalized, isNumber, isSmallInteger, isSpatial, isString, isStringLike, isStringLikeExcludingClob, isTemporal, registerOutParameter, registerOutParameter, wrapTopLevelSelectionExpression, wrapWriteExpression
-
-
-
-
Field Detail
-
INSTANCE
public static final RealJdbcType INSTANCE
Deprecated.
-
-
Method Detail
-
getJdbcTypeCode
public int getJdbcTypeCode()
Deprecated.Description copied from interface:JdbcType
The JDBC type code used when interacting with JDBC APIs.For example, it's used when calling
PreparedStatement.setNull(int, int)
.- Specified by:
getJdbcTypeCode
in interfaceJdbcType
- Overrides:
getJdbcTypeCode
in classFloatJdbcType
- Returns:
- a JDBC type code
-
getFriendlyName
public String getFriendlyName()
Deprecated.Description copied from interface:JdbcType
A "friendly" name for use in logging- Specified by:
getFriendlyName
in interfaceJdbcType
- Overrides:
getFriendlyName
in classFloatJdbcType
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classFloatJdbcType
-
getJdbcRecommendedJavaTypeMapping
public <T> JavaType<T> getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration)
Deprecated.- Specified by:
getJdbcRecommendedJavaTypeMapping
in interfaceJdbcType
- Overrides:
getJdbcRecommendedJavaTypeMapping
in classFloatJdbcType
-
getPreferredJavaTypeClass
public Class<?> getPreferredJavaTypeClass(WrapperOptions options)
Deprecated.Description copied from interface:JdbcType
The Java type class that is preferred by the binder or null.- Specified by:
getPreferredJavaTypeClass
in interfaceJdbcType
- Overrides:
getPreferredJavaTypeClass
in classFloatJdbcType
-
-