Class GaussDBArrayJdbcTypeConstructor

java.lang.Object
org.hibernate.community.dialect.GaussDBArrayJdbcTypeConstructor
All Implemented Interfaces:
org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor

public class GaussDBArrayJdbcTypeConstructor extends Object implements org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    org.hibernate.type.descriptor.jdbc.JdbcType
    resolveType(org.hibernate.type.spi.TypeConfiguration typeConfiguration, org.hibernate.dialect.Dialect dialect, org.hibernate.type.BasicType<?> elementType, org.hibernate.tool.schema.extract.spi.ColumnTypeInformation columnTypeInformation)
     
    org.hibernate.type.descriptor.jdbc.JdbcType
    resolveType(org.hibernate.type.spi.TypeConfiguration typeConfiguration, org.hibernate.dialect.Dialect dialect, org.hibernate.type.descriptor.jdbc.JdbcType elementType, org.hibernate.tool.schema.extract.spi.ColumnTypeInformation columnTypeInformation)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • GaussDBArrayJdbcTypeConstructor

      public GaussDBArrayJdbcTypeConstructor()
  • Method Details

    • resolveType

      public org.hibernate.type.descriptor.jdbc.JdbcType resolveType(org.hibernate.type.spi.TypeConfiguration typeConfiguration, org.hibernate.dialect.Dialect dialect, org.hibernate.type.BasicType<?> elementType, org.hibernate.tool.schema.extract.spi.ColumnTypeInformation columnTypeInformation)
      Specified by:
      resolveType in interface org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor
    • resolveType

      public org.hibernate.type.descriptor.jdbc.JdbcType resolveType(org.hibernate.type.spi.TypeConfiguration typeConfiguration, org.hibernate.dialect.Dialect dialect, org.hibernate.type.descriptor.jdbc.JdbcType elementType, org.hibernate.tool.schema.extract.spi.ColumnTypeInformation columnTypeInformation)
      Specified by:
      resolveType in interface org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor
    • getDefaultSqlTypeCode

      public int getDefaultSqlTypeCode()
      Specified by:
      getDefaultSqlTypeCode in interface org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor