The EntityType type exposes the following members.

Constructors

  NameDescription
EntityType

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.)

Fields

  NameDescription
uniqueKeyPropertyName

Properties

  NameDescription
AssociatedClass
ForeignKeyDirection
When implemented by a class, gets the type of foreign key directionality of this association.
HasNiceEquals
IsAlwaysDirtyChecked
IsAnyType
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.)
IsAssociationType
IsCollectionType
Gets a value indicating if the AbstractType is a CollectionType.
(Inherited from AbstractType.)
IsComponentType
Gets a value indicating if the AbstractType is an IAbstractComponentType.
(Inherited from AbstractType.)
IsEntityType (Overrides AbstractType..::.IsEntityType.)
IsMutable
IsNullable
IsOneToOne
IsReferenceToPrimaryKey
IsUniqueKeyReference
LHSPropertyName
Name (Overrides AbstractType..::.Name.)
ReturnedClass (Overrides AbstractType..::.ReturnedClass.)
RHSUniqueKeyPropertyName
UseLHSPrimaryKey
Is the foreign key the primary key of the table?

See Also