Class InstantAsTimestampJdbcType
- java.lang.Object
-
- org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
-
- org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
-
- All Implemented Interfaces:
Serializable,JdbcType
@Deprecated(forRemoval=true) public class InstantAsTimestampJdbcType extends TimestampUtcAsJdbcTimestampJdbcType
Deprecated, for removal: This API element is subject to removal in a future version.Descriptor forTIMESTAMP_UTChandling.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static InstantAsTimestampJdbcTypeINSTANCEDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description InstantAsTimestampJdbcType()Deprecated, 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, toString
-
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, 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 InstantAsTimestampJdbcType INSTANCE
Deprecated, for removal: This API element is subject to removal in a future version.
-
-