The EmbeddedComponentType type exposes the following members.

Constructors

  NameDescription
Public methodEmbeddedComponentType
Initializes a new instance of the EmbeddedComponentType class

Methods

  NameDescription
Public methodAssemble (Inherited from ComponentType.)
Public methodBeforeAssemble (Inherited from AbstractType.)
Public methodCompare (Inherited from ComponentType.)
Public methodDeepCopy (Inherited from ComponentType.)
Public methodDisassemble (Inherited from ComponentType.)
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 ComponentType.)
Public methodGetCascadeStyle
(Inherited from ComponentType.)
Public methodGetColumnSpan (Inherited from ComponentType.)
Public methodGetFetchMode (Inherited from ComponentType.)
Public methodGetHashCode()()()() (Inherited from AbstractType.)
Public methodGetHashCode(Object, EntityMode) (Inherited from ComponentType.)
Public methodGetHashCode(Object, EntityMode, ISessionFactoryImplementor) (Inherited from ComponentType.)
Public methodGetPropertyIndex (Inherited from ComponentType.)
Public methodGetPropertyValue(Object, Int32, ISessionImplementor) (Inherited from ComponentType.)
Public methodGetPropertyValue(Object, Int32, EntityMode) (Inherited from ComponentType.)
Public methodGetPropertyValues(Object, ISessionImplementor) (Inherited from ComponentType.)
Public methodGetPropertyValues(Object, EntityMode) (Inherited from ComponentType.)
Public methodGetSemiResolvedType (Inherited from AbstractType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHydrate (Inherited from ComponentType.)
Public methodInstantiate(EntityMode)
This method does not populate the component parent
(Inherited from ComponentType.)
Public methodInstantiate(Object, ISessionImplementor) (Overrides ComponentType..::..Instantiate(Object, ISessionImplementor).)
Public methodIsDirty(Object, Object, ISessionImplementor) (Inherited from ComponentType.)
Public methodIsDirty(Object, Object, array<Boolean>[]()[][], ISessionImplementor) (Inherited from ComponentType.)
Public methodIsEqual(Object, Object, EntityMode) (Inherited from ComponentType.)
Public methodIsEqual(Object, Object, EntityMode, ISessionFactoryImplementor) (Inherited from ComponentType.)
Public methodIsMethodOf (Inherited from ComponentType.)
Public methodIsModified (Inherited from ComponentType.)
Public methodIsSame (Inherited from ComponentType.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNullSafeGet(IDataReader, String, ISessionImplementor, Object) (Inherited from ComponentType.)
Public methodNullSafeGet(IDataReader, array<String>[]()[][], ISessionImplementor, Object) (Inherited from ComponentType.)
Public methodNullSafeSet(IDbCommand, Object, Int32, ISessionImplementor)
(Inherited from ComponentType.)
Public methodNullSafeSet(IDbCommand, Object, Int32, array<Boolean>[]()[][], ISessionImplementor) (Inherited from ComponentType.)
Public methodReplace(Object, Object, ISessionImplementor, Object, IDictionary) (Inherited from ComponentType.)
Public methodReplace(Object, Object, ISessionImplementor, Object, IDictionary, ForeignKeyDirection) (Inherited from ComponentType.)
Public methodResolveIdentifier (Inherited from ComponentType.)
Public methodSemiResolve (Inherited from ComponentType.)
Public methodSetPropertyValues (Inherited from ComponentType.)
Public methodSetToXMLNode (Inherited from ComponentType.)
Public methodSqlTypes (Inherited from ComponentType.)
Public methodToColumnNullness (Inherited from ComponentType.)
Public methodToLoggableString
(Inherited from ComponentType.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

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.)

Fields

  NameDescription
Protected fieldtuplizerMapping (Inherited from ComponentType.)

Properties

  NameDescription
Public propertyIsAnyType
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.)
Public propertyIsAssociationType
Gets a value indicating if the AbstractType is an IAssociationType.
(Inherited from AbstractType.)
Public propertyIsCollectionType
(Inherited from ComponentType.)
Public propertyIsComponentType
(Inherited from ComponentType.)
Public propertyIsEmbedded (Overrides ComponentType..::..IsEmbedded.)
Public propertyIsEntityType
(Inherited from ComponentType.)
Public propertyIsMutable
(Inherited from ComponentType.)
Public propertyIsXMLElement (Inherited from ComponentType.)
Public propertyName
(Inherited from ComponentType.)
Public propertyPropertyNames
(Inherited from ComponentType.)
Public propertyPropertyNullability (Inherited from ComponentType.)
Public propertyReturnedClass
(Inherited from ComponentType.)
Public propertySubtypes
(Inherited from ComponentType.)

See Also