The ManyToOneType type exposes the following members.

Methods

  NameDescription
Public methodAssemble (Overrides AbstractType..::..Assemble(Object, ISessionImplementor, Object).)
Public methodBeforeAssemble (Overrides AbstractType..::..BeforeAssemble(Object, ISessionImplementor).)
Public methodCompare (Inherited from EntityType.)
Public methodDeepCopy (Inherited from EntityType.)
Public methodDisassemble (Overrides AbstractType..::..Disassemble(Object, ISessionImplementor, Object).)
Public methodEquals (Inherited from AbstractType.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromXMLNode (Inherited from EntityType.)
Public methodGetAssociatedEntityName()()()()
The name of the associated entity.
(Inherited from EntityType.)
Public methodGetAssociatedEntityName(ISessionFactoryImplementor)
The name of the associated entity.
(Inherited from EntityType.)
Public methodGetAssociatedJoinable
Retrieves the {@link Joinable} defining the associated entity.
(Inherited from EntityType.)
Public methodGetColumnSpan (Overrides AbstractType..::..GetColumnSpan(IMapping).)
Public methodGetHashCode()()()() (Inherited from AbstractType.)
Public methodGetHashCode(Object, EntityMode) (Inherited from AbstractType.)
Public methodGetHashCode(Object, EntityMode, ISessionFactoryImplementor) (Inherited from EntityType.)
Protected methodGetIdentifier (Inherited from EntityType.)
Public methodGetIdentifierOrUniqueKeyPropertyName
The name of the property on the associated entity to which our FK refers
(Inherited from EntityType.)
Public methodGetIdentifierOrUniqueKeyType
Determine the type of either (1) the identifier if we reference the associated entity's PK or (2) the unique key to which we refer (i.e. the property-ref).
(Inherited from EntityType.)
Public methodGetOnCondition (Inherited from EntityType.)
Public methodGetSemiResolvedType (Inherited from EntityType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHydrate
Hydrates the Identifier from IDataReader.
(Overrides EntityType..::..Hydrate(IDataReader, array<String>[]()[][], ISessionImplementor, Object).)
Public methodIsDirty(Object, Object, ISessionImplementor) (Overrides AbstractType..::..IsDirty(Object, Object, ISessionImplementor).)
Public methodIsDirty(Object, Object, array<Boolean>[]()[][], ISessionImplementor) (Overrides AbstractType..::..IsDirty(Object, Object, array<Boolean>[]()[][], ISessionImplementor).)
Public methodIsEqual(Object, Object, EntityMode) (Inherited from AbstractType.)
Public methodIsEqual(Object, Object, EntityMode, ISessionFactoryImplementor) (Inherited from EntityType.)
Public methodIsModified (Overrides AbstractType..::..IsModified(Object, Object, array<Boolean>[]()[][], ISessionImplementor).)
Protected methodIsNotEmbedded (Inherited from EntityType.)
Public methodIsNull (Inherited from EntityType.)
Public methodIsSame
Two entities are considered the same when their instances are the same.
(Inherited from EntityType.)
Public methodLoadByUniqueKey
Load an instance by a unique key that is not the primary key.
(Inherited from EntityType.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNullSafeGet(IDataReader, String, ISessionImplementor, Object) (Inherited from EntityType.)
Public methodNullSafeGet(IDataReader, array<String>[]()[][], ISessionImplementor, Object)
Converts the id contained in the IDataReader to an object.
(Inherited from EntityType.)
Public methodNullSafeSet(IDbCommand, Object, Int32, ISessionImplementor) (Overrides AbstractType..::..NullSafeSet(IDbCommand, Object, Int32, ISessionImplementor).)
Public methodNullSafeSet(IDbCommand, Object, Int32, array<Boolean>[]()[][], ISessionImplementor) (Overrides AbstractType..::..NullSafeSet(IDbCommand, Object, Int32, array<Boolean>[]()[][], ISessionImplementor).)
Public methodReplace(Object, Object, ISessionImplementor, Object, IDictionary) (Inherited from EntityType.)
Public methodReplace(Object, Object, ISessionImplementor, Object, IDictionary, ForeignKeyDirection) (Inherited from AbstractType.)
Protected methodResolveIdentifier(Object, ISessionImplementor)
Resolves the identifier to the actual object.
(Inherited from EntityType.)
Public methodResolveIdentifier(Object, ISessionImplementor, Object)
Resolve an identifier or unique key value
(Inherited from EntityType.)
Public methodSemiResolve (Inherited from AbstractType.)
Public methodSetToXMLNode (Inherited from EntityType.)
Public methodSqlTypes (Overrides AbstractType..::..SqlTypes(IMapping).)
Public methodToColumnNullness (Overrides AbstractType..::..ToColumnNullness(Object, IMapping).)
Public methodToLoggableString (Inherited from EntityType.)
Public methodToString (Inherited from EntityType.)

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

See Also