Class IntArrayType

All Implemented Interfaces:
org.hibernate.metamodel.mapping.BasicValuedMapping, org.hibernate.metamodel.mapping.Bindable, org.hibernate.metamodel.mapping.JdbcMappingContainer, org.hibernate.metamodel.mapping.MappingModelExpressible, org.hibernate.metamodel.mapping.SqlExpressible, org.hibernate.metamodel.mapping.ValueMapping, org.hibernate.query.BindableType<int[]>, org.hibernate.query.sqm.SqmExpressible<int[]>, org.hibernate.type.descriptor.java.JavaTypedExpressible, org.hibernate.usertype.DynamicParameterizedType, org.hibernate.usertype.ParameterizedType, org.hibernate.usertype.UserType<int[]>

public class IntArrayType extends AbstractArrayType<int[]>
Maps an int[] array on a PostgreSQL ARRAY type. Multidimensional arrays are supported as well, as explained in this article.

For more details about how to use it, check out this article on vladmihalcea.com.

Author:
Vlad Mihalcea
  • Field Details

  • Constructor Details

    • IntArrayType

      public IntArrayType()
    • IntArrayType

      public IntArrayType(Configuration configuration)
    • IntArrayType

      public IntArrayType(Class arrayClass)
    • IntArrayType

      public IntArrayType(org.hibernate.type.spi.TypeBootstrapContext typeBootstrapContext)
  • Method Details

    • getName

      public String getName()