Class UUIDArrayType

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

public class UUIDArrayType extends AbstractArrayType<UUID[]>
Maps an UUID[] 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:
Rafael Acevedo
  • Field Details

  • Constructor Details

    • UUIDArrayType

      public UUIDArrayType()
    • UUIDArrayType

      public UUIDArrayType(Configuration configuration)
    • UUIDArrayType

      public UUIDArrayType(Class arrayClass)
    • UUIDArrayType

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

    • getName

      public String getName()