Class NCharJdbcType
java.lang.Object
org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
org.hibernate.type.descriptor.jdbc.NCharJdbcType
- All Implemented Interfaces:
Serializable,AdjustableJdbcType,JdbcType
Descriptor for
NCHAR handling.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintThe JDBC type code used when interacting with JDBC APIs.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) Perform the adjustmenttoString()Methods inherited from class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
getBinder, getExtractor, getFriendlyName, getJdbcLiteralFormatter, getJdbcRecommendedJavaTypeMapping, getPreferredJavaTypeClass, shouldUseMaterializedLobMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.type.descriptor.jdbc.JdbcType
addAuxiliaryDatabaseObjects, appendWriteExpression, getCastType, getCheckCondition, getDdlTypeCode, getDefaultSqlTypeCode, getExtraCreateTableInfo, 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
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NCharJdbcType
public NCharJdbcType()
-
-
Method Details
-
toString
- Overrides:
toStringin classNVarcharJdbcType
-
getJdbcTypeCode
public int getJdbcTypeCode()Description copied from interface:JdbcTypeThe JDBC type code used when interacting with JDBC APIs.For example, it's used when calling
PreparedStatement.setNull(int, int).- Specified by:
getJdbcTypeCodein interfaceJdbcType- Overrides:
getJdbcTypeCodein classNVarcharJdbcType- Returns:
- a JDBC type code
-
resolveIndicatedType
Description copied from interface:AdjustableJdbcTypePerform the adjustment- Specified by:
resolveIndicatedTypein interfaceAdjustableJdbcType- Overrides:
resolveIndicatedTypein classNVarcharJdbcType
-