Class LongNVarcharJdbcType
- java.lang.Object
-
- org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
-
- org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
-
- All Implemented Interfaces:
Serializable
,AdjustableJdbcType
,JdbcType
public class LongNVarcharJdbcType extends NVarcharJdbcType
Descriptor forLONGNVARCHAR
handling.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static LongNVarcharJdbcType
INSTANCE
-
Constructor Summary
Constructors Constructor Description LongNVarcharJdbcType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getJdbcTypeCode()
The JDBC type code used when interacting with JDBC APIs.JdbcType
resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)
Perform the adjustmentString
toString()
-
Methods inherited from class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
getBinder, getExtractor, getFriendlyName, getJdbcLiteralFormatter, getJdbcRecommendedJavaTypeMapping, getPreferredJavaTypeClass, shouldUseMaterializedLob
-
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, getDefaultSqlTypeCode, isBinary, isDecimal, isFloat, isInteger, isInterval, isLob, isLobOrLong, isNationalized, isNumber, isString, isTemporal, registerOutParameter, registerOutParameter, wrapTopLevelSelectionExpression, wrapWriteExpression
-
-
-
-
Field Detail
-
INSTANCE
public static final LongNVarcharJdbcType INSTANCE
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classNVarcharJdbcType
-
getJdbcTypeCode
public int getJdbcTypeCode()
Description copied from interface:JdbcType
The JDBC type code used when interacting with JDBC APIs.For example, it's used when calling
PreparedStatement.setNull(int, int)
.- Specified by:
getJdbcTypeCode
in interfaceJdbcType
- Overrides:
getJdbcTypeCode
in classNVarcharJdbcType
- Returns:
- a JDBC type code
-
resolveIndicatedType
public JdbcType resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)
Description copied from interface:AdjustableJdbcType
Perform the adjustment- Specified by:
resolveIndicatedType
in interfaceAdjustableJdbcType
- Overrides:
resolveIndicatedType
in classNVarcharJdbcType
-
-