The EntityType type exposes the following members.

Methods

  NameDescription
Assemble
Reconstructs the object from its cached "disassembled" state.
(Inherited from AbstractType.)
DeepCopy (Overrides AbstractType..::.DeepCopy(Object).)
Disassemble
Disassembles the object into a cacheable representation.
(Inherited from AbstractType.)
EqualsOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FromString (Overrides AbstractType..::.FromString(String).)
GetAssociatedClass
GetAssociatedJoinable
GetColumnSpan
When implemented by a class, returns how many columns are used to persist this type.
(Inherited from AbstractType.)
GetHashCodeOverloaded.
GetIdentifier
GetIdentifierOrUniqueKeyPropertyName
GetIdentifierOrUniqueKeyType
GetIdentifierType
GetOnCondition
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Hydrate (Overrides AbstractType..::.Hydrate(IDataReader, array<String>[]()[], ISessionImplementor, Object).)
IsDatabaseNull
Determines whether the specified value is represented as nullNothingnullptra null reference (Nothing in Visual Basic) in the database.
(Inherited from AbstractType.)
IsDirtyOverloaded.
IsModified
Says whether the value has been modified
(Inherited from AbstractType.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
NullSafeGetOverloaded.
NullSafeSetOverloaded.
Replace (Overrides AbstractType..::.Replace(Object, Object, ISessionImplementor, Object, IDictionary).)
ResolveIdentifierOverloaded.
SemiResolve (Inherited from AbstractType.)
SqlTypes
When implemented by a class, returns the SqlTypes for the columns mapped by this IType.
(Inherited from AbstractType.)
ToLoggableString (Overrides AbstractType..::.ToLoggableString(Object, ISessionFactoryImplementor).)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also