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_UTC
handling.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static InstantAsTimestampJdbcType
INSTANCE
Deprecated, 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
appendWriteExpression, getCastType, getCheckCondition, getDdlTypeCode, isBinary, isDecimal, isFloat, isInteger, isInterval, isLob, isLobOrLong, isNationalized, isNumber, isString, 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.
-
-