The AbstractType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AbstractType | Initializes a new instance of the AbstractType class |
Methods
Name | Description | |
---|---|---|
Assemble |
Reconstructs the object from its cached "disassembled" state.
| |
BeforeAssemble | ||
Compare | ||
DeepCopy |
When implemented by a class, returns a deep copy of the persistent
state, stopping at entities and at collections.
| |
Disassemble |
Disassembles the object into a cacheable representation.
| |
Equals | (Overrides Object..::..Equals(Object).) | |
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 | ||
GetColumnSpan |
When implemented by a class, returns how many columns are used to persist this type.
| |
GetHashCode()()()() | (Overrides Object..::..GetHashCode()()()().) | |
GetHashCode(Object, EntityMode) | ||
GetHashCode(Object, EntityMode, ISessionFactoryImplementor) | ||
GetSemiResolvedType | ||
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.
| |
IsDirty(Object, Object, ISessionImplementor) |
Should the parent be considered dirty, given both the old and current
field or element value?
| |
IsDirty(Object, Object, array<Boolean>[]()[][], ISessionImplementor) | ||
IsEqual(Object, Object, EntityMode) | ||
IsEqual(Object, Object, EntityMode, ISessionFactoryImplementor) | ||
IsModified |
Says whether the value has been modified
| |
IsSame | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NullSafeGet(IDataReader, String, ISessionImplementor, Object) | ||
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.
| |
NullSafeSet(IDbCommand, Object, Int32, array<Boolean>[]()[][], ISessionImplementor) |
When implemented by a class, puts the value/values from the mapped
class into the IDbCommand.
| |
Replace(Object, Object, ISessionImplementor, Object, IDictionary) | ||
Replace(Object, Object, ISessionImplementor, Object, IDictionary, ForeignKeyDirection) | ||
ReplaceNode | ||
ResolveIdentifier |
Maps identifiers to Entities or Collections.
| |
SemiResolve | ||
SetToXMLNode | ||
SqlTypes |
When implemented by a class, returns the SqlTypes for the columns mapped by this IType.
| |
ToColumnNullness | ||
ToLoggableString |
When implemented by a class, a representation of the value to be
embedded in an XML element
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) | |
IsBetween |
Apply a "between" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
IsIn(array<Object>[]()[][]) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
IsIn(ICollection) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
IsProxy | (Defined by NHibernateProxyHelper.) | |
ToTypeParameters | (Defined by ReflectHelper.) |
Properties
Name | Description | |
---|---|---|
IsAnyType |
Gets a value indicating if the implementation is an "object" type
| |
IsAssociationType |
Gets a value indicating if the AbstractType is an IAssociationType.
| |
IsCollectionType |
Gets a value indicating if the AbstractType is a CollectionType.
| |
IsComponentType |
Gets a value indicating if the AbstractType is an IAbstractComponentType.
| |
IsEntityType |
Gets a value indicating if the AbstractType is a EntityType.
| |
IsMutable |
When implemented by a class, gets the value indicating if the objects
of this IType are mutable.
| |
IsXMLElement | ||
Name |
When implemented by a class, gets the abbreviated name of the type.
| |
ReturnedClass |
When implemented by a class, gets the Type returned
by the NullSafeGet() methods.
|