An PersistentIdentifierBag has a primary key consistenting of just
the identifier column.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class IdentifierBag _ Inherits IdentifierCollection |
C# |
---|
public class IdentifierBag : IdentifierCollection |
Visual C++ |
---|
public ref class IdentifierBag : public IdentifierCollection |
JavaScript |
---|
NHibernate.Mapping.IdentifierBag = function(); Type.createClass( 'NHibernate.Mapping.IdentifierBag', NHibernate.Mapping.IdentifierCollection); |
Inheritance Hierarchy
System..::.Object
NHibernate.Mapping..::.Collection
NHibernate.Mapping..::.IdentifierCollection
NHibernate.Mapping..::.IdentifierBag
NHibernate.Mapping..::.Collection
NHibernate.Mapping..::.IdentifierCollection
NHibernate.Mapping..::.IdentifierBag