A persistent wrapper for an array. lazy initialization is NOT supported

Namespace: NHibernate.Collection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public class PersistentArrayHolder : AbstractPersistentCollection, 
	ICollection, IEnumerable
Visual Basic
<SerializableAttribute> _
Public Class PersistentArrayHolder _
	Inherits AbstractPersistentCollection _
	Implements ICollection, IEnumerable
Visual C++
[SerializableAttribute]
public ref class PersistentArrayHolder : public AbstractPersistentCollection, 
	ICollection, IEnumerable

Remarks

Use of Hibernate arrays is not really recommended.

Inheritance Hierarchy

System..::..Object
  NHibernate.Collection..::..AbstractPersistentCollection
    NHibernate.Collection..::..PersistentArrayHolder

See Also