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
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    org.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, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods 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

  • 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:
      getRecommendedJavaType in interface org.hibernate.type.descriptor.jdbc.JdbcType
      Overrides:
      getRecommendedJavaType in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType