We need an entry to tell us all about the current state of a collection with respect to its persistent state

Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class CollectionEntry _
	Implements ICollectionSnapshot
C#
[SerializableAttribute]
public class CollectionEntry : ICollectionSnapshot
Visual C++
[SerializableAttribute]
public ref class CollectionEntry : ICollectionSnapshot
JavaScript
NHibernate.Impl.CollectionEntry = function();

Type.createClass(
	'NHibernate.Impl.CollectionEntry',
	null,
	NHibernate.Engine.ICollectionSnapshot);

Inheritance Hierarchy

System..::.Object
  NHibernate.Impl..::.CollectionEntry

See Also