| Name | Description |
---|
 | Assemble |
Reconstructs the object from its cached "disassembled" state.
(Inherited from AbstractType.) |
 | BeforeAssemble | (Inherited from AbstractType.) |
 | Compare | (Overrides AbstractType..::..Compare(Object, Object, Nullable<(Of <<'(EntityMode>)>>)).) |
 | DeepCopy | (Overrides AbstractType..::..DeepCopy(Object, EntityMode, ISessionFactoryImplementor).) |
 | Disassemble |
Disassembles the object into a cacheable representation.
(Inherited from AbstractType.) |
 | 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()()()() | The name of the associated entity. |
 | GetAssociatedEntityName(ISessionFactoryImplementor) | The name of the associated entity. |
 | GetAssociatedJoinable | Retrieves the {@link Joinable} defining the associated entity. |
 | GetColumnSpan |
When implemented by a class, returns how many columns are used to persist this type.
(Inherited from AbstractType.) |
 | GetHashCode()()()() | (Inherited from AbstractType.) |
 | GetHashCode(Object, EntityMode) | (Inherited from AbstractType.) |
 | GetHashCode(Object, EntityMode, ISessionFactoryImplementor) | (Overrides AbstractType..::..GetHashCode(Object, EntityMode, ISessionFactoryImplementor).) |
 | GetIdentifier | |
 | GetIdentifierOrUniqueKeyPropertyName |
The name of the property on the associated entity to which our FK refers
|
 | GetIdentifierOrUniqueKeyType |
Determine the type of either (1) the identifier if we reference the
associated entity's PK or (2) the unique key to which we refer (i.e.
the property-ref).
|
 | GetOnCondition | |
 | GetSemiResolvedType | (Overrides AbstractType..::..GetSemiResolvedType(ISessionFactoryImplementor).) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Hydrate | (Overrides AbstractType..::..Hydrate(IDataReader, array<String>[]()[][], ISessionImplementor, Object).) |
 | IsDirty(Object, Object, ISessionImplementor) |
Should the parent be considered dirty, given both the old and current
field or element value?
(Inherited from AbstractType.) |
 | IsDirty(Object, Object, array<Boolean>[]()[][], ISessionImplementor) | (Inherited from AbstractType.) |
 | IsEqual(Object, Object, EntityMode) | (Inherited from AbstractType.) |
 | IsEqual(Object, Object, EntityMode, ISessionFactoryImplementor) | (Overrides AbstractType..::..IsEqual(Object, Object, EntityMode, ISessionFactoryImplementor).) |
 | IsModified |
Says whether the value has been modified
(Inherited from AbstractType.) |
 | IsNotEmbedded | |
 | IsNull | |
 | IsSame | Two entities are considered the same when their instances are the same. (Overrides AbstractType..::..IsSame(Object, Object, EntityMode).) |
 | LoadByUniqueKey |
Load an instance by a unique key that is not the primary key.
|
 | 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) |
Converts the id contained in the IDataReader to an object.
(Overrides AbstractType..::..NullSafeGet(IDataReader, array<String>[]()[][], ISessionImplementor, Object).) |
 | NullSafeSet(IDbCommand, Object, Int32, ISessionImplementor) |
When implemented by a class, puts the value/values from the mapped
class into the IDbCommand.
(Inherited from AbstractType.) |
 | NullSafeSet(IDbCommand, Object, Int32, array<Boolean>[]()[][], ISessionImplementor) |
When implemented by a class, puts the value/values from the mapped
class into the IDbCommand.
(Inherited from AbstractType.) |
 | Replace(Object, Object, ISessionImplementor, Object, IDictionary) | (Overrides AbstractType..::..Replace(Object, Object, ISessionImplementor, Object, IDictionary).) |
 | Replace(Object, Object, ISessionImplementor, Object, IDictionary, ForeignKeyDirection) | (Inherited from AbstractType.) |
 | ResolveIdentifier(Object, ISessionImplementor) |
Resolves the identifier to the actual object.
|
 | ResolveIdentifier(Object, ISessionImplementor, Object) |
Resolve an identifier or unique key value
(Overrides AbstractType..::..ResolveIdentifier(Object, ISessionImplementor, Object).) |
 | SemiResolve | (Inherited from AbstractType.) |
 | SetToXMLNode | (Overrides AbstractType..::..SetToXMLNode(XmlNode, Object, ISessionFactoryImplementor).) |
 | SqlTypes |
When implemented by a class, returns the SqlTypes for the columns mapped by this IType.
(Inherited from AbstractType.) |
 | ToColumnNullness | (Inherited from AbstractType.) |
 | ToLoggableString | (Overrides AbstractType..::..ToLoggableString(Object, ISessionFactoryImplementor).) |
 | ToString | (Overrides Object..::..ToString()()()().) |