Base class that stores the mapping information for <array>, <bag>,
<id-bag>, <list>, <map>, and <set>
collections.
Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
Public MustInherit Class Collection _ Implements IFetchable, IValue, IFilterable |
| C# |
|---|
public abstract class Collection : IFetchable, IValue, IFilterable |
| Visual C++ |
|---|
public ref class Collection abstract : IFetchable, IValue, IFilterable |
Remarks
Subclasses are responsible for the specialization required for the particular
collection style.
Inheritance Hierarchy
System.Object
NHibernate.Mapping.Collection
NHibernate.Mapping.IndexedCollection
NHibernate.Mapping.Bag
NHibernate.Mapping.IdentifierCollection
NHibernate.Mapping.Set
NHibernate.Mapping.Collection
NHibernate.Mapping.IndexedCollection
NHibernate.Mapping.Bag
NHibernate.Mapping.IdentifierCollection
NHibernate.Mapping.Set