Interface SqlTypedJdbcType
-
- All Superinterfaces:
JdbcType
,Serializable
- All Known Subinterfaces:
StructJdbcType
- All Known Implementing Classes:
AbstractPostgreSQLStructJdbcType
,DB2StructJdbcType
,DelayedStructJdbcType
,OracleArrayJdbcType
,OracleBaseStructJdbcType
,OracleNestedTableJdbcType
,OracleReflectionStructJdbcType
,OracleStructJdbcType
,PostgreSQLStructCastingJdbcType
,PostgreSQLStructPGObjectJdbcType
,StructJdbcType
public interface SqlTypedJdbcType extends JdbcType
AJdbcType
with a fixed SQL type name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSqlTypeName()
-
Methods inherited from interface org.hibernate.type.descriptor.jdbc.JdbcType
addAuxiliaryDatabaseObjects, addAuxiliaryDatabaseObjects, appendWriteExpression, getBinder, getCastType, getCheckCondition, getDdlTypeCode, getDefaultSqlTypeCode, getExtraCreateTableInfo, getExtractor, getFriendlyName, getJdbcLiteralFormatter, getJdbcRecommendedJavaTypeMapping, getJdbcTypeCode, getPreferredJavaTypeClass, 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
-
-
-
-
Method Detail
-
getSqlTypeName
String getSqlTypeName()
-
-