Class InstantAsTimestampJdbcType
java.lang.Object
org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
- All Implemented Interfaces:
Serializable,JdbcType
@Deprecated(since="6.4",
forRemoval=true)
public class InstantAsTimestampJdbcType
extends TimestampUtcAsJdbcTimestampJdbcType
Deprecated, for removal: This API element is subject to removal in a future version.
Descriptor for
TIMESTAMP_UTC handling.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InstantAsTimestampJdbcTypeDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
getBinder, getDefaultSqlTypeCode, getExtractor, getFriendlyName, getJdbcLiteralFormatter, getJdbcRecommendedJavaTypeMapping, getJdbcTypeCode, getPreferredJavaTypeClass, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.type.descriptor.jdbc.JdbcType
addAuxiliaryDatabaseObjects, appendWriteExpression, getCastType, getCheckCondition, getDdlTypeCode, getExtraCreateTableInfo, hasDatePart, hasTimePart, isArray, isBinary, isBoolean, isComparable, isDecimal, isDuration, isFloat, isImplicitJson, isImplicitXml, isInteger, isInterval, isJson, isLob, isLobOrLong, isNationalized, isNumber, isSmallInteger, isSpatial, isString, isStringLike, isStringLikeExcludingClob, isTemporal, isXml, registerOutParameter, registerOutParameter, wrapTopLevelSelectionExpression, wrapWriteExpression
-
Field Details
-
INSTANCE
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
InstantAsTimestampJdbcType
public InstantAsTimestampJdbcType()Deprecated, for removal: This API element is subject to removal in a future version.
-
TimestampUtcAsJdbcTimestampJdbcType