Class ReactiveArrayJdbcTypeConstructor

  • All Implemented Interfaces:
    org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor

    public class ReactiveArrayJdbcTypeConstructor
    extends java.lang.Object
    implements org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getDefaultSqlTypeCode()  
      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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReactiveArrayJdbcTypeConstructor

        public ReactiveArrayJdbcTypeConstructor()
    • Method Detail

      • 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