The PersistentGenericSet<(Of <(<'T>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | (Inherited from PersistentSet.) | |
| AddAll | (Inherited from PersistentSet.) | |
| AfterInitialize | (Inherited from AbstractPersistentCollection.) | |
| AfterRowInsert |
Called after inserting a row, to fetch the natively generated id
(Inherited from AbstractPersistentCollection.) | |
| BeforeInitialize | (Overrides PersistentSet..::..BeforeInitialize(ICollectionPersister, Int32).) | |
| BeginRead | (Overrides PersistentSet..::..BeginRead()()()().) | |
| Clear | (Inherited from PersistentSet.) | |
| ClearDirty | (Inherited from AbstractPersistentCollection.) | |
| Clone | (Inherited from PersistentSet.) | |
| Contains | (Inherited from PersistentSet.) | |
| ContainsAll | (Inherited from PersistentSet.) | |
| CopyTo | (Inherited from PersistentSet.) | |
| Dirty | (Inherited from AbstractPersistentCollection.) | |
| Disassemble | (Inherited from PersistentSet.) | |
| EndRead | (Overrides PersistentSet..::..EndRead(ICollectionPersister).) | |
| Entries | (Inherited from PersistentSet.) | |
| EntryExists | (Inherited from PersistentSet.) | |
| Equals | (Inherited from PersistentSet.) | |
| EqualsSnapshot | (Inherited from PersistentSet.) | |
| ExclusiveOr | (Inherited from PersistentSet.) | |
| 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 PersistentSet.) | |
| GetElement | (Inherited from PersistentSet.) | |
| GetEnumerator | (Inherited from PersistentSet.) | |
| GetHashCode | (Inherited from PersistentSet.) | |
| GetIdentifier | (Inherited from AbstractPersistentCollection.) | |
| GetIndex | (Inherited from PersistentSet.) | |
| GetOrphans(Object, String) | (Inherited from PersistentSet.) | |
| 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 PersistentSet.) | |
| GetSnapshotElement | (Inherited from PersistentSet.) | |
| 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.) | |
| Initialize |
Initialize the collection, if possible, wrapping any exceptions
in a runtime exception
(Inherited from AbstractPersistentCollection.) | |
| InitializeFromCache |
Initializes this PersistentSet from the cached values.
(Inherited from PersistentSet.) | |
| Intersect | (Inherited from PersistentSet.) | |
| IsSnapshotEmpty | (Inherited from PersistentSet.) | |
| IsWrapper | (Inherited from PersistentSet.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Minus | (Inherited from PersistentSet.) | |
| NeedsInserting | (Inherited from PersistentSet.) | |
| NeedsRecreate |
Gets a Boolean indicating if the rows for this collection
need to be recreated in the table.
(Inherited from AbstractPersistentCollection.) | |
| NeedsUpdating | (Inherited from PersistentSet.) | |
| 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 |
Called before inserting rows, to ensure that any surrogate keys are fully generated
(Inherited from AbstractPersistentCollection.) | |
| 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 | (Overrides PersistentSet..::..ReadFrom(IDataReader, ICollectionPersister, ICollectionAliases, Object).) | |
| ReadIndexExistence | (Inherited from AbstractPersistentCollection.) | |
| ReadSize | Called by the Count property (Inherited from AbstractPersistentCollection.) | |
| Remove | (Inherited from PersistentSet.) | |
| RemoveAll | (Inherited from PersistentSet.) | |
| RetainAll | (Inherited from PersistentSet.) | |
| 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 | (Inherited from PersistentSet.) | |
| Union | (Inherited from PersistentSet.) | |
| 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.) |