The TypeHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
Assemble |
Apply the Assemble(Object, ISessionImplementor, Object) operation across a series of values.
| |
BeforeAssemble | Apply the BeforeAssemble(Object, ISessionImplementor) operation across a series of values. | |
DeepCopy | Deep copy a series of values from one array to another | |
Disassemble | Apply the Disassemble(Object, ISessionImplementor, Object) operation across a series of values. | |
FindDirty | Determine if any of the given field values are dirty, returning an array containing indices of the dirty fields. If it is determined that no fields are dirty, null is returned. | |
FindModified | Determine if any of the given field values are modified, returning an array containing indices of the modified fields. If it is determined that no fields are dirty, null is returned. | |
Replace(array<Object>[]()[][], array<Object>[]()[][], array<IType>[]()[][], ISessionImplementor, Object, IDictionary) |
Apply the Replace(Object, Object, ISessionImplementor, Object, IDictionary) operation across a series of values.
| |
Replace(array<Object>[]()[][], array<Object>[]()[][], array<IType>[]()[][], ISessionImplementor, Object, IDictionary, ForeignKeyDirection) |
Apply the Replace(Object, Object, ISessionImplementor, Object, IDictionary, ForeignKeyDirection)
operation across a series of values.
| |
ReplaceAssociations |
Apply the Replace(Object, Object, ISessionImplementor, Object, IDictionary, ForeignKeyDirection)
operation across a series of values, as long as the corresponding IType is an association.
|
Extension Methods
Name | Description |
---|