Class HANALegacyDialect.HANABlobType

java.lang.Object
org.hibernate.community.dialect.HANALegacyDialect.HANABlobType
All Implemented Interfaces:
Serializable, org.hibernate.type.descriptor.jdbc.JdbcType
Enclosing class:
HANALegacyDialect

public static class HANALegacyDialect.HANABlobType extends Object implements org.hibernate.type.descriptor.jdbc.JdbcType
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.hibernate.type.descriptor.jdbc.JdbcType
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    HANABlobType(int maxLobPrefetchSize)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <X> org.hibernate.type.descriptor.jdbc.BasicBinder<X>
    getBinder(org.hibernate.type.descriptor.java.JavaType<X> javaType)
     
    <X> org.hibernate.type.descriptor.ValueExtractor<X>
    getExtractor(org.hibernate.type.descriptor.java.JavaType<X> javaType)
     
     
    int
     
    int
     
     

    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, getDefaultSqlTypeCode, getExtraCreateTableInfo, getJdbcLiteralFormatter, getJdbcRecommendedJavaTypeMapping, getPreferredJavaTypeClass, 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

    • INSTANCE

      public static final org.hibernate.type.descriptor.jdbc.JdbcType INSTANCE
  • Constructor Details

    • HANABlobType

      public HANABlobType(int maxLobPrefetchSize)
  • Method Details

    • getJdbcTypeCode

      public int getJdbcTypeCode()
      Specified by:
      getJdbcTypeCode in interface org.hibernate.type.descriptor.jdbc.JdbcType
    • getFriendlyName

      public String getFriendlyName()
      Specified by:
      getFriendlyName in interface org.hibernate.type.descriptor.jdbc.JdbcType
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getExtractor

      public <X> org.hibernate.type.descriptor.ValueExtractor<X> getExtractor(org.hibernate.type.descriptor.java.JavaType<X> javaType)
      Specified by:
      getExtractor in interface org.hibernate.type.descriptor.jdbc.JdbcType
    • getBinder

      public <X> org.hibernate.type.descriptor.jdbc.BasicBinder<X> getBinder(org.hibernate.type.descriptor.java.JavaType<X> javaType)
      Specified by:
      getBinder in interface org.hibernate.type.descriptor.jdbc.JdbcType
    • getMaxLobPrefetchSize

      public int getMaxLobPrefetchSize()