The ICollectionPersister type exposes the following members.

Properties

  NameDescription
Cache
Get the cache
CollectionMetadata
CollectionSpace
Get the "space" that holds the persistent state
CollectionType
Get the associated IType
ElementClass
Return the element class of an array, or null otherwise
ElementType
Get the "element" type
Factory
HasCache
Is this collection role cacheable
HasIndex
Is this an "indexed" collection? (list or map)
HasManyToManyOrdering
HasOrdering
Is this an ordered collection? (An ordered collection is ordered by the initialization operation, not by sorting that happens in memory, as in the case of a sorted collection.)
HasOrphanDelete
Does this collection implement "orphan delete"?
IdentifierGenerator
Get the surrogate key generation strategy (optional operation)
IdentifierType
Get the type of the surrogate key
IndexType
Get the "index" type for a list or map (optional operation)
IsArray
Is this an array?
IsInverse
Is this collection "inverse", so state changes are not propogated to the database.
IsLazy
Is this collection lazyily initialized?
IsOneToMany
Is this a one-to-many association?
IsPrimitiveArray
Is this an array or primitive values?
IsVersioned
KeyType
Get the "key" type (the type of the foreign key)
OwnerClass
Get the entity class that "owns" this collection
Role
Get the name of this collection role (the fully qualified class name, extended by a "property path")

See Also