Interface SqlTypedJdbcType
- All Superinterfaces:
JdbcType,Serializable
- All Known Subinterfaces:
StructuredJdbcType
- All Known Implementing Classes:
AbstractPostgreSQLStructJdbcType,DB2StructJdbcType,DelayedStructJdbcType,OracleArrayJdbcType,OracleBaseStructJdbcType,OracleNestedTableJdbcType,OracleReflectionStructJdbcType,OracleStructJdbcType,PostgreSQLStructCastingJdbcType,PostgreSQLStructPGObjectJdbcType,StructJdbcType
A
JdbcType with a fixed SQL type name.-
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
-
Method Details
-
getSqlTypeName
String getSqlTypeName()
-