Class GaussDBUUIDJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.UUIDJdbcType
org.hibernate.community.dialect.GaussDBUUIDJdbcType
All Implemented Interfaces:
Serializable, org.hibernate.type.descriptor.jdbc.JdbcType

public class GaussDBUUIDJdbcType extends org.hibernate.type.descriptor.jdbc.UUIDJdbcType
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final GaussDBUUIDJdbcType
    Singleton access
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <X> org.hibernate.type.descriptor.ValueBinder<X>
    getBinder(org.hibernate.type.descriptor.java.JavaType<X> javaType)
     

    Methods inherited from class org.hibernate.type.descriptor.jdbc.UUIDJdbcType

    getDefaultSqlTypeCode, getExtractor, getJdbcLiteralFormatter, getJdbcTypeCode, getPreferredJavaTypeClass, 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, getDdlTypeCode, getExtraCreateTableInfo, getFriendlyName, getJdbcRecommendedJavaTypeMapping, getRecommendedJavaType, 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

    • GaussDBUUIDJdbcType

      public GaussDBUUIDJdbcType()
  • Method Details

    • getBinder

      public <X> org.hibernate.type.descriptor.ValueBinder<X> getBinder(org.hibernate.type.descriptor.java.JavaType<X> javaType)
      Specified by:
      getBinder in interface org.hibernate.type.descriptor.jdbc.JdbcType
      Overrides:
      getBinder in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType