The AbstractPersistentCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CachedSize | ||
| ClearQueueEnabled | Is this collection in a state that would allow us to
"queue" clear? This is a special case, because of orphan
delete.
| |
| Empty |
Is the initialized collection empty?
| |
| HasQueuedOperations | Does this instance have any "queued" additions? | |
| InverseCollectionNoOrphanDelete |
Is this the "inverse" end of a bidirectional association with
no orphan delete enabled?
| |
| InverseOneToManyOrNoOrphanDelete |
Is this the "inverse" end of a bidirectional one-to-many, or
of a collection with no orphan delete?
| |
| IsConnectedToSession |
Is the collection currently connected to an open session?
| |
| IsDirectlyAccessible |
Gets a Boolean indicating if the underlying collection is directly
accessible through code.
| |
| IsDirty | ||
| IsInverseCollection | Is this the "inverse" end of a bidirectional association? | |
| IsOperationQueueEnabled |
Is this collection in a state that would allow us to "queue" additions?
| |
| IsUnreferenced | ||
| Key | ||
| Owner | ||
| PutQueueEnabled | Is this collection in a state that would allow us to
"queue" puts? This is a special case, because of orphan
delete.
| |
| QueuedAdditionIterator | ||
| Role | ||
| RowUpdatePossible | ||
| Session | ||
| StoredSnapshot | ||
| WasInitialized | Is this instance initialized? |