Base class for implementing IPersistentCollection.
Namespace: NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
[SerializableAttribute] public abstract class AbstractPersistentCollection : IPersistentCollection |
| Visual Basic |
|---|
<SerializableAttribute> _ Public MustInherit Class AbstractPersistentCollection _ Implements IPersistentCollection |
| Visual C++ |
|---|
[SerializableAttribute] public ref class AbstractPersistentCollection abstract : IPersistentCollection |
Inheritance Hierarchy
System..::..Object
NHibernate.Collection..::..AbstractPersistentCollection
NHibernate.Collection..::..PersistentArrayHolder
NHibernate.Collection..::..PersistentBag
NHibernate.Collection..::..PersistentIdentifierBag
NHibernate.Collection..::..PersistentList
NHibernate.Collection..::..PersistentMap
NHibernate.Collection..::..PersistentSet
NHibernate.Collection..::..AbstractPersistentCollection
NHibernate.Collection..::..PersistentArrayHolder
NHibernate.Collection..::..PersistentBag
NHibernate.Collection..::..PersistentIdentifierBag
NHibernate.Collection..::..PersistentList
NHibernate.Collection..::..PersistentMap
NHibernate.Collection..::..PersistentSet