Class InstantAsTimestampWithTimeZoneJdbcType
java.lang.Object
org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
- All Implemented Interfaces:
Serializable,JdbcType
@Deprecated(since="6.4",
forRemoval=true)
public class InstantAsTimestampWithTimeZoneJdbcType
extends TimestampUtcAsOffsetDateTimeJdbcType
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 InstantAsTimestampWithTimeZoneJdbcTypeDeprecated, 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.TimestampUtcAsOffsetDateTimeJdbcType
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
-
InstantAsTimestampWithTimeZoneJdbcType
public InstantAsTimestampWithTimeZoneJdbcType()Deprecated, for removal: This API element is subject to removal in a future version.
-
TimestampUtcAsOffsetDateTimeJdbcType