Class ListArrayType

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

public class ListArrayType extends AbstractArrayType<Collection> implements org.hibernate.usertype.DynamicParameterizedType
Maps an List entity attribute on a PostgreSQL ARRAY column type.

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

Author:
Vlad Mihalcea