Interface JavaTimeJdbcType
- All Superinterfaces:
JdbcType
,Serializable
- All Known Implementing Classes:
AbstractJavaTimeJdbcType
,InstantJdbcType
,LocalDateJdbcType
,LocalDateTimeJdbcType
,LocalTimeJdbcType
,OffsetDateTimeJdbcType
,OffsetTimeJdbcType
,ZonedDateTimeJdbcType
Common marker interface for mapping Java Time objects
directly through the JDBC driver.
-
Method Summary
Methods inherited from interface org.hibernate.type.descriptor.jdbc.JdbcType
addAuxiliaryDatabaseObjects, appendWriteExpression, getBinder, getCastType, getCheckCondition, getDdlTypeCode, getDefaultSqlTypeCode, getExtraCreateTableInfo, getExtractor, getFriendlyName, getJdbcLiteralFormatter, getJdbcRecommendedJavaTypeMapping, getJdbcTypeCode, getPreferredJavaTypeClass, 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