The MapMapper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MapMapper(Type, Type, Type, HbmMap, HbmMapping) | Initializes a new instance of the MapMapper class |
![]() | MapMapper(Type, Type, Type, IAccessorPropertyMapper, HbmMap, HbmMapping) | Initializes a new instance of the MapMapper class |
Methods
Name | Description | |
---|---|---|
![]() | Access(Type) | |
![]() | Access(Accessor) | |
![]() | BatchSize | |
![]() | Cache | |
![]() | Cascade | |
![]() | Catalog | |
![]() | Equals | (Inherited from Object.) |
![]() | Fetch | |
![]() | Filter | |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Inverse | |
![]() | Key | |
![]() | Lazy | |
![]() | Loader | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Mutable | |
![]() | OptimisticLock | |
![]() | OrderBy(MemberInfo) | |
![]() | OrderBy(String) | |
![]() | Persister | |
![]() | Schema | |
![]() | Sort()()()() | |
![]() | Sort<(Of <<'(TComparer>)>>)()()()() | |
![]() | SqlDelete | |
![]() | SqlDeleteAll | |
![]() | SqlInsert | |
![]() | SqlUpdate | |
![]() | Subselect | |
![]() | Table | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Type(Type) | |
![]() | Type<(Of <<'(TCollection>)>>)()()()() | |
![]() | Where |
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.) |