The EntityType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EntityType |
Methods
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | Equals | Overloaded. |
![]() | 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.) |
![]() | GetHashCode | Overloaded. |
![]() | 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.) |
![]() | IsDirty | Overloaded. |
![]() | IsModified |
Says whether the value has been modified
(Inherited from AbstractType.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NullSafeGet | Overloaded. |
![]() | NullSafeSet | Overloaded. |
![]() | Replace | (Overrides AbstractType..::.Replace(Object, Object, ISessionImplementor, Object, IDictionary).) |
![]() | ResolveIdentifier | Overloaded. |
![]() | 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 | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | uniqueKeyPropertyName |
Properties
Name | Description | |
---|---|---|
![]() | AssociatedClass | |
![]() | ForeignKeyDirection |
When implemented by a class, gets the type of foreign key directionality
of this association.
|
![]() | HasNiceEquals | (Overrides AbstractType..::.HasNiceEquals.) |
![]() | IsAlwaysDirtyChecked | |
![]() | IsAnyType |
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.) |
![]() | IsAssociationType | (Overrides 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 | (Overrides AbstractType..::.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?
|