The AbstractPersistentCollection type exposes the following members.

Properties

  NameDescription
Protected propertyCachedSize
Protected propertyClearQueueEnabled
Is this collection in a state that would allow us to "queue" clear? This is a special case, because of orphan delete.
Public propertyEmpty
Is the initialized collection empty?
Public propertyHasQueuedOperations
Does this instance have any "queued" additions?
Protected propertyInverseCollectionNoOrphanDelete
Is this the "inverse" end of a bidirectional association with no orphan delete enabled?
Protected propertyInverseOneToManyOrNoOrphanDelete
Is this the "inverse" end of a bidirectional one-to-many, or of a collection with no orphan delete?
Protected propertyIsConnectedToSession
Is the collection currently connected to an open session?
Public propertyIsDirectlyAccessible
Gets a Boolean indicating if the underlying collection is directly accessible through code.
Public propertyIsDirty
Protected propertyIsInverseCollection
Is this the "inverse" end of a bidirectional association?
Protected propertyIsOperationQueueEnabled
Is this collection in a state that would allow us to "queue" additions?
Public propertyIsUnreferenced
Public propertyKey
Public propertyOwner
Protected propertyPutQueueEnabled
Is this collection in a state that would allow us to "queue" puts? This is a special case, because of orphan delete.
Public propertyQueuedAdditionIterator
Public propertyRole
Public propertyRowUpdatePossible
Protected propertySession
Public propertyStoredSnapshot
Public propertyWasInitialized
Is this instance initialized?

See Also