The PersistentIdentifierBag<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PersistentIdentifierBag<(Of <(<'T>)>)>()()()() | Initializes a new instance of the PersistentIdentifierBag<(Of <(<'T>)>)> class |
![]() | PersistentIdentifierBag<(Of <(<'T>)>)>(ISessionImplementor) | Initializes a new instance of the PersistentIdentifierBag<(Of <(<'T>)>)> class |
![]() | PersistentIdentifierBag<(Of <(<'T>)>)>(ISessionImplementor, ICollection<(Of <<'(T>)>>)) | Initializes a new instance of the PersistentIdentifierBag<(Of <(<'T>)>)> class |
Methods
Name | Description | |
---|---|---|
![]() | Add | (Inherited from PersistentIdentifierBag.) |
![]() | AfterInitialize | (Inherited from AbstractPersistentCollection.) |
![]() | AfterRowInsert | (Inherited from PersistentIdentifierBag.) |
![]() | BeforeInitialize | (Overrides PersistentIdentifierBag..::..BeforeInitialize(ICollectionPersister, Int32).) |
![]() | BeforeInsert | (Inherited from PersistentIdentifierBag.) |
![]() | BeforeRemove | (Inherited from PersistentIdentifierBag.) |
![]() | BeginRead |
Called just before reading any rows from the IDataReader (Inherited from AbstractPersistentCollection.) |
![]() | Clear | (Inherited from PersistentIdentifierBag.) |
![]() | ClearDirty | (Inherited from AbstractPersistentCollection.) |
![]() | Contains | (Inherited from PersistentIdentifierBag.) |
![]() | CopyTo | (Inherited from PersistentIdentifierBag.) |
![]() | Dirty | (Inherited from AbstractPersistentCollection.) |
![]() | Disassemble | (Inherited from PersistentIdentifierBag.) |
![]() | EndRead |
Called after reading all rows from the IDataReader (Inherited from AbstractPersistentCollection.) |
![]() | Entries | (Inherited from PersistentIdentifierBag.) |
![]() | EntryExists | (Inherited from PersistentIdentifierBag.) |
![]() | Equals | (Inherited from Object.) |
![]() | EqualsSnapshot | (Inherited from PersistentIdentifierBag.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | ForceInitialization |
To be called internally by the session, forcing
immediate initalization.
(Inherited from AbstractPersistentCollection.) |
![]() | GetDeletes | (Inherited from PersistentIdentifierBag.) |
![]() | GetElement | (Inherited from PersistentIdentifierBag.) |
![]() | GetEnumerator | (Inherited from PersistentIdentifierBag.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetIdentifier | (Inherited from PersistentIdentifierBag.) |
![]() | GetIndex | (Inherited from PersistentIdentifierBag.) |
![]() | GetOrphans(Object, String) | (Inherited from PersistentIdentifierBag.) |
![]() | GetOrphans(ICollection, ICollection, String, ISessionImplementor) |
Given a collection of entity instances that used to
belong to the collection, and a collection of instances
that currently belong, return a collection of orphans
(Inherited from AbstractPersistentCollection.) |
![]() | GetQueuedOrphans | (Inherited from AbstractPersistentCollection.) |
![]() | GetSnapshot()()()() |
Gets the Snapshot from the current session the collection is in.
(Inherited from AbstractPersistentCollection.) |
![]() | GetSnapshot(ICollectionPersister) | (Inherited from PersistentIdentifierBag.) |
![]() | GetSnapshotElement | (Inherited from PersistentIdentifierBag.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue |
Return the user-visible collection (or array) instance
(Inherited from AbstractPersistentCollection.) |
![]() | IdentityRemove | (Inherited from AbstractPersistentCollection.) |
![]() | IndexOf | (Inherited from PersistentIdentifierBag.) |
![]() | Initialize |
Initialize the collection, if possible, wrapping any exceptions
in a runtime exception
(Inherited from AbstractPersistentCollection.) |
![]() | InitializeFromCache |
Initializes this Bag from the cached values.
(Inherited from PersistentIdentifierBag.) |
![]() | Insert | (Inherited from PersistentIdentifierBag.) |
![]() | IsSnapshotEmpty | (Inherited from PersistentIdentifierBag.) |
![]() | IsWrapper | (Inherited from PersistentIdentifierBag.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NeedsInserting | (Inherited from PersistentIdentifierBag.) |
![]() | NeedsRecreate |
Gets a Boolean indicating if the rows for this collection
need to be recreated in the table.
(Inherited from AbstractPersistentCollection.) |
![]() | NeedsUpdating | (Inherited from PersistentIdentifierBag.) |
![]() | PerformQueuedOperations |
After reading all existing elements from the database,
add the queued elements to the underlying collection.
(Inherited from AbstractPersistentCollection.) |
![]() | PostAction |
Clears out any Queued operation.
(Inherited from AbstractPersistentCollection.) |
![]() | PreInsert | (Inherited from PersistentIdentifierBag.) |
![]() | QueueOperation |
Queue an addition, delete etc. if the persistent collection supports it
(Inherited from AbstractPersistentCollection.) |
![]() | Read |
Called by any read-only method of the collection interface
(Inherited from AbstractPersistentCollection.) |
![]() | ReadElementByIndex | (Inherited from AbstractPersistentCollection.) |
![]() | ReadElementExistence | (Inherited from AbstractPersistentCollection.) |
![]() | ReadFrom | (Inherited from PersistentIdentifierBag.) |
![]() | ReadIndexExistence | (Inherited from AbstractPersistentCollection.) |
![]() | ReadSize | Called by the Count property (Inherited from AbstractPersistentCollection.) |
![]() | Remove | (Inherited from PersistentIdentifierBag.) |
![]() | RemoveAt | (Inherited from PersistentIdentifierBag.) |
![]() | SetCurrentSession |
Associate the collection with the given session.
(Inherited from AbstractPersistentCollection.) |
![]() | SetInitialized |
Mark the collection as initialized.
(Inherited from AbstractPersistentCollection.) |
![]() | SetSnapshot | (Inherited from AbstractPersistentCollection.) |
![]() | ThrowLazyInitializationException | (Inherited from AbstractPersistentCollection.) |
![]() | ThrowLazyInitializationExceptionIfNotConnected | (Inherited from AbstractPersistentCollection.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnsetSession |
Disassociate this collection from the given session.
(Inherited from AbstractPersistentCollection.) |
![]() | Write |
Called by any writer method of the collection interface
(Inherited from AbstractPersistentCollection.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | Any | (Defined by EnumerableExtensions.) |
![]() | As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) |
![]() | First | (Defined by EnumerableExtensions.) |
![]() | FirstOrNull | (Defined by EnumerableExtensions.) |
![]() | ForEach<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) |
![]() | GetCollectionElementType | (Defined by ReflectHelper.) |
![]() | IsBetween |
Apply a "between" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsIn(array<Object>[]()[][]) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsIn(ICollection) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsProxy | (Defined by NHibernateProxyHelper.) |
![]() | ToTypeParameters | (Defined by ReflectHelper.) |
Fields
Name | Description | |
---|---|---|
![]() | identifiers | (Inherited from PersistentIdentifierBag.) |
![]() | values | (Inherited from PersistentIdentifierBag.) |
Properties
Name | Description | |
---|---|---|
![]() | CachedSize | (Inherited from AbstractPersistentCollection.) |
![]() | ClearQueueEnabled | Is this collection in a state that would allow us to
"queue" clear? This is a special case, because of orphan
delete.
(Inherited from AbstractPersistentCollection.) |
![]() | Count | (Inherited from PersistentIdentifierBag.) |
![]() | Empty | (Inherited from PersistentIdentifierBag.) |
![]() | HasQueuedOperations | Does this instance have any "queued" additions? (Inherited from AbstractPersistentCollection.) |
![]() | InternalValues | |
![]() | InverseCollectionNoOrphanDelete |
Is this the "inverse" end of a bidirectional association with
no orphan delete enabled?
(Inherited from AbstractPersistentCollection.) |
![]() | InverseOneToManyOrNoOrphanDelete |
Is this the "inverse" end of a bidirectional one-to-many, or
of a collection with no orphan delete?
(Inherited from AbstractPersistentCollection.) |
![]() | IsConnectedToSession |
Is the collection currently connected to an open session?
(Inherited from AbstractPersistentCollection.) |
![]() | IsDirectlyAccessible |
Gets a Boolean indicating if the underlying collection is directly
accessible through code.
(Inherited from AbstractPersistentCollection.) |
![]() | IsDirty | (Inherited from AbstractPersistentCollection.) |
![]() | IsFixedSize | (Inherited from PersistentIdentifierBag.) |
![]() | IsInverseCollection | Is this the "inverse" end of a bidirectional association? (Inherited from AbstractPersistentCollection.) |
![]() | IsOperationQueueEnabled |
Is this collection in a state that would allow us to "queue" additions?
(Inherited from AbstractPersistentCollection.) |
![]() | IsReadOnly | (Inherited from PersistentIdentifierBag.) |
![]() | IsSynchronized | (Inherited from PersistentIdentifierBag.) |
![]() | IsUnreferenced | (Inherited from AbstractPersistentCollection.) |
![]() | Item | (Inherited from PersistentIdentifierBag.) |
![]() | Key | (Inherited from AbstractPersistentCollection.) |
![]() | Owner | (Inherited from AbstractPersistentCollection.) |
![]() | PutQueueEnabled | Is this collection in a state that would allow us to
"queue" puts? This is a special case, because of orphan
delete.
(Inherited from AbstractPersistentCollection.) |
![]() | QueuedAdditionIterator | (Inherited from AbstractPersistentCollection.) |
![]() | Role | (Inherited from AbstractPersistentCollection.) |
![]() | RowUpdatePossible | (Inherited from AbstractPersistentCollection.) |
![]() | Session | (Inherited from AbstractPersistentCollection.) |
![]() | StoredSnapshot | (Inherited from AbstractPersistentCollection.) |
![]() | SyncRoot | (Inherited from PersistentIdentifierBag.) |
![]() | WasInitialized | Is this instance initialized? (Inherited from AbstractPersistentCollection.) |