Class DecimalArrayType

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

public class DecimalArrayType extends AbstractArrayType<BigDecimal[]>
Maps a decimal[] array on a PostgreSQL ARRAY column type. For more details about how to use it, check out this article.
Author:
Moritz Kobel
  • Field Details

  • Constructor Details

    • DecimalArrayType

      public DecimalArrayType()
    • DecimalArrayType

      public DecimalArrayType(Configuration configuration)
    • DecimalArrayType

      public DecimalArrayType(Class arrayClass)
    • DecimalArrayType

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

    • getName

      public String getName()