Class RealJdbcType
java.lang.Object
org.hibernate.type.descriptor.jdbc.FloatJdbcType
org.hibernate.type.descriptor.jdbc.RealJdbcType
- All Implemented Interfaces:
Serializable, JdbcType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.A "friendly" name for use in loggingintDeprecated.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.JavaType<?> getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) Deprecated.The Java type usually is used to represent values of this JDBC type in the entity model of the data.toString()Deprecated.Methods inherited from class FloatJdbcType
getBinder, getExtractor, getJdbcLiteralFormatterMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface JdbcType
addAuxiliaryDatabaseObjects, appendWriteExpression, appendWriteExpression, castFromPattern, castToPattern, getCastType, getCheckCondition, getDdlTypeCode, getDefaultSqlTypeCode, getExtraCreateTableInfo, getJdbcRecommendedJavaTypeMapping, hasDatePart, hasTimePart, isArray, isBinary, isBoolean, isComparable, isDecimal, isDuration, isFloat, isImplicitJson, isImplicitXml, isInteger, isInterval, isJson, isLob, isLobOrLong, isNationalized, isNumber, isSmallInteger, isSpatial, isString, isStringLike, isStringLikeExcludingClob, isTemporal, isWriteExpressionTyped, isXml, registerOutParameter, registerOutParameter, wrapTopLevelSelectionExpression, wrapWriteExpression, wrapWriteExpression
-
Field Details
-
INSTANCE
Deprecated.
-
-
Constructor Details
-
RealJdbcType
public RealJdbcType()Deprecated.
-
-
Method Details
-
getJdbcTypeCode
public int getJdbcTypeCode()Deprecated.Description copied from interface:JdbcTypeThe JDBC type code used when interacting with JDBC APIs.For example, it's used when calling
PreparedStatement.setNull(int, int).- Specified by:
getJdbcTypeCodein interfaceJdbcType- Overrides:
getJdbcTypeCodein classFloatJdbcType- Returns:
- a JDBC type code
-
getFriendlyName
Deprecated.Description copied from interface:JdbcTypeA "friendly" name for use in logging- Specified by:
getFriendlyNamein interfaceJdbcType- Overrides:
getFriendlyNamein classFloatJdbcType
-
toString
-
getRecommendedJavaType
public JavaType<?> getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) Deprecated.Description copied from interface:JdbcTypeThe Java type usually is used to represent values of this JDBC type in the entity model of the data. Often, but not always, the source of this recommendation is the JDBC specification.- Specified by:
getRecommendedJavaTypein interfaceJdbcType- Overrides:
getRecommendedJavaTypein classFloatJdbcType
-
getPreferredJavaTypeClass
Deprecated.Description copied from interface:JdbcTypeThe Java type class that is preferred by the binder or null.- Specified by:
getPreferredJavaTypeClassin interfaceJdbcType- Overrides:
getPreferredJavaTypeClassin classFloatJdbcType
-
FloatJdbcType