The MetaType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MetaType |
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).) |
![]() | GetColumnSpan | (Overrides AbstractType..::.GetColumnSpan(IMapping).) |
![]() | GetHashCode | Overloaded. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Hydrate |
Retrives an instance of the mapped class, or the identifier of an entity
or collection from a IDataReader.
(Inherited from AbstractType.) |
![]() | 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 | |
![]() | ResolveIdentifier |
Maps identifiers to Entities or Collections.
(Inherited from AbstractType.) |
![]() | SemiResolve | (Inherited from AbstractType.) |
![]() | SqlTypes | (Overrides AbstractType..::.SqlTypes(IMapping).) |
![]() | ToLoggableString | (Overrides AbstractType..::.ToLoggableString(Object, ISessionFactoryImplementor).) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | HasNiceEquals | (Overrides AbstractType..::.HasNiceEquals.) |
![]() | IsAnyType |
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.) |
![]() | IsAssociationType |
Gets a value indicating if the AbstractType is an IAssociationType.
(Inherited from AbstractType.) |
![]() | 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 |
Gets a value indicating if the AbstractType is a EntityType.
(Inherited from AbstractType.) |
![]() | IsMutable | (Overrides AbstractType..::.IsMutable.) |
![]() | Name | (Overrides AbstractType..::.Name.) |
![]() | ReturnedClass | (Overrides AbstractType..::.ReturnedClass.) |