Class DateArrayType

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<Date[]>, org.hibernate.query.sqm.SqmExpressible<Date[]>, org.hibernate.type.descriptor.java.JavaTypedExpressible, org.hibernate.usertype.DynamicParameterizedType, org.hibernate.usertype.ParameterizedType, org.hibernate.usertype.UserType<Date[]>

public class DateArrayType extends AbstractArrayType<Date[]>
Maps an Date[] array on a PostgreSQL date[] 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:
Guillaume Briand
  • Field Details

  • Constructor Details

    • DateArrayType

      public DateArrayType()
    • DateArrayType

      public DateArrayType(Configuration configuration)
    • DateArrayType

      public DateArrayType(Class arrayClass)
    • DateArrayType

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

    • getName

      public String getName()