| Name | Description |
---|
| Add | |
| Assemble | (Overrides AbstractType..::..Assemble(Object, ISessionImplementor, Object).) |
| BeforeAssemble | (Inherited from AbstractType.) |
| Clear | |
| Compare | (Overrides AbstractType..::..Compare(Object, Object, Nullable<(Of <<'(EntityMode>)>>)).) |
| Contains | |
| DeepCopy | (Overrides AbstractType..::..DeepCopy(Object, EntityMode, ISessionFactoryImplementor).) |
| Disassemble | (Overrides AbstractType..::..Disassemble(Object, ISessionImplementor, Object).) |
| Equals | (Inherited from AbstractType.) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
| FromXMLNode | (Overrides AbstractType..::..FromXMLNode(XmlNode, IMapping).) |
| GetAssociatedEntityName | |
| GetAssociatedJoinable | |
| GetCollection | |
| GetColumnSpan | (Overrides AbstractType..::..GetColumnSpan(IMapping).) |
| GetElementsIterator(Object) |
Get an iterator over the element set of the collection in POCO mode
|
| GetElementsIterator(Object, ISessionImplementor) |
Get an iterator over the element set of the collection, which may not yet be wrapped
|
| GetElementType | |
| GetHashCode()()()() | (Inherited from AbstractType.) |
| GetHashCode(Object, EntityMode) | (Overrides AbstractType..::..GetHashCode(Object, EntityMode).) |
| GetHashCode(Object, EntityMode, ISessionFactoryImplementor) | (Inherited from AbstractType.) |
| GetIdOfOwnerOrNull |
Get the id value from the owning entity key, usually the same as the key, but might be some
other property, in the case of property-ref
|
| GetKeyOfOwner |
Get the key value from the owning entity instance, usually the identifier, but might be some
other unique key, in the case of property-ref
|
| GetOnCondition | |
| GetReferencedColumns | |
| GetSemiResolvedType | (Inherited from AbstractType.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| HasHolder | |
| Hydrate | (Overrides AbstractType..::..Hydrate(IDataReader, array<String>[]()[][], ISessionImplementor, Object).) |
| IndexOf | |
| InitializeImmediately | |
| Instantiate(Int32) |
Instantiate an empty instance of the "underlying" collection (not a wrapper),
but with the given anticipated size (i.e. accounting for initial capacity
and perhaps load factor).
|
| Instantiate(ISessionImplementor, ICollectionPersister, Object) |
Instantiate an uninitialized collection wrapper or holder. Callers MUST add the holder to the
persistence context!
|
| InstantiateResult | |
| IsDirty(Object, Object, ISessionImplementor) | (Overrides AbstractType..::..IsDirty(Object, Object, ISessionImplementor).) |
| IsDirty(Object, Object, array<Boolean>[]()[][], ISessionImplementor) | (Overrides AbstractType..::..IsDirty(Object, Object, array<Boolean>[]()[][], ISessionImplementor).) |
| IsEqual(Object, Object, EntityMode) | (Overrides AbstractType..::..IsEqual(Object, Object, EntityMode).) |
| IsEqual(Object, Object, EntityMode, ISessionFactoryImplementor) | (Inherited from AbstractType.) |
| IsModified | (Overrides AbstractType..::..IsModified(Object, Object, array<Boolean>[]()[][], ISessionImplementor).) |
| IsSame | (Inherited from AbstractType.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| NullSafeGet(IDataReader, String, ISessionImplementor, Object) | (Overrides AbstractType..::..NullSafeGet(IDataReader, String, ISessionImplementor, Object).) |
| NullSafeGet(IDataReader, array<String>[]()[][], ISessionImplementor, Object) | (Overrides AbstractType..::..NullSafeGet(IDataReader, array<String>[]()[][], ISessionImplementor, Object).) |
| NullSafeSet(IDbCommand, Object, Int32, ISessionImplementor) | (Overrides AbstractType..::..NullSafeSet(IDbCommand, Object, Int32, ISessionImplementor).) |
| NullSafeSet(IDbCommand, Object, Int32, array<Boolean>[]()[][], ISessionImplementor) | (Overrides AbstractType..::..NullSafeSet(IDbCommand, Object, Int32, array<Boolean>[]()[][], ISessionImplementor).) |
| RenderLoggableString | |
| Replace(Object, Object, ISessionImplementor, Object, IDictionary) | (Overrides AbstractType..::..Replace(Object, Object, ISessionImplementor, Object, IDictionary).) |
| Replace(Object, Object, ISessionImplementor, Object, IDictionary, ForeignKeyDirection) | (Inherited from AbstractType.) |
| ReplaceElements | |
| ResolveIdentifier | (Overrides AbstractType..::..ResolveIdentifier(Object, ISessionImplementor, Object).) |
| SemiResolve | (Overrides AbstractType..::..SemiResolve(Object, ISessionImplementor, Object).) |
| SetToXMLNode | (Overrides AbstractType..::..SetToXMLNode(XmlNode, Object, ISessionFactoryImplementor).) |
| SqlTypes | (Overrides AbstractType..::..SqlTypes(IMapping).) |
| ToColumnNullness | (Overrides AbstractType..::..ToColumnNullness(Object, IMapping).) |
| ToLoggableString | (Overrides AbstractType..::..ToLoggableString(Object, ISessionFactoryImplementor).) |
| ToString | (Overrides Object..::..ToString()()()().) |
| Wrap |
Wrap the naked collection instance in a wrapper, or instantiate a
holder. Callers MUST add the holder to the persistence context!
|