Class UuidAsVarcharJdbcType
java.lang.Object
org.hibernate.type.descriptor.jdbc.VarcharJdbcType
org.hibernate.milvus.UuidAsVarcharJdbcType
- All Implemented Interfaces:
Serializable, org.hibernate.type.descriptor.jdbc.AdjustableJdbcType, org.hibernate.type.descriptor.jdbc.JdbcType
public class UuidAsVarcharJdbcType
extends org.hibernate.type.descriptor.jdbc.VarcharJdbcType
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintorg.hibernate.type.descriptor.java.JavaType<?> getRecommendedJavaType(Integer length, Integer scale, org.hibernate.type.spi.TypeConfiguration typeConfiguration) Methods inherited from class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
getBinder, getExtractor, getFriendlyName, getJdbcLiteralFormatter, getJdbcTypeCode, getPreferredJavaTypeClass, resolveIndicatedJdbcTypeCode, resolveIndicatedType, shouldUseMaterializedLob, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.type.descriptor.jdbc.JdbcType
addAuxiliaryDatabaseObjects, appendWriteExpression, appendWriteExpression, castFromPattern, castToPattern, getCastType, getCheckCondition, getExtraCreateTableInfo, getJdbcRecommendedJavaTypeMapping, hasDatePart, hasTimePart, isArray, isBinary, isBoolean, isComparable, isDecimal, isDuration, isFloat, isImplicitJson, isImplicitXml, isInteger, isInterval, isJson, isLob, isLobOrLong, isNationalized, isNumber, isSmallInteger, isSpatial, isString, isStringLike, isStringLikeExcludingClob, isTemporal, isWriteExpressionTyped, isXml, registerOutParameter, registerOutParameter, wrapTopLevelSelectionExpression, wrapWriteExpression, wrapWriteExpression
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
UuidAsVarcharJdbcType
public UuidAsVarcharJdbcType()
-
-
Method Details
-
getDdlTypeCode
public int getDdlTypeCode() -
getDefaultSqlTypeCode
public int getDefaultSqlTypeCode() -
getRecommendedJavaType
public org.hibernate.type.descriptor.java.JavaType<?> getRecommendedJavaType(Integer length, Integer scale, org.hibernate.type.spi.TypeConfiguration typeConfiguration) - Specified by:
getRecommendedJavaTypein interfaceorg.hibernate.type.descriptor.jdbc.JdbcType- Overrides:
getRecommendedJavaTypein classorg.hibernate.type.descriptor.jdbc.VarcharJdbcType
-