Namespaces

Types

Type ICollectionSnapshot

Namespace NHibernate.Engine

Properties

Public properties

object Key get;

Gets the identifier of the Entity that owns this Collection.
return object

string Role get;

Gets the role that identifies this Collection.
return string

ICollection Snapshot get;

Gets the snapshot copy of the Collection's elements.
In most cases this is the same collection type as the one being snapshotted. ie - the snapshot of an IList will return an IList.
return ICollection

bool WasDereferenced get;

Gets a Boolean indicating if the collection was at one time associated with an Entity and then later dereferenced during a Flush().
return bool