Class PersistentArrayHolder<E>

java.lang.Object
org.hibernate.collection.spi.AbstractPersistentCollection<E>
org.hibernate.collection.spi.PersistentArrayHolder<E>
All Implemented Interfaces:
Serializable, LazyInitializable, PersistentCollection<E>

@Incubating public class PersistentArrayHolder<E> extends AbstractPersistentCollection<E>
A dummy collection wrapper for an array. Lazy initialization is not supported. The use of arrays to represent persistent collections in Hibernate is discouraged.
See Also:
API Note:
Incubating in terms of making this non-internal. These contracts will be getting cleaned up in following releases.