The PocoEntityTuplizer type exposes the following members.

Constructors

  NameDescription
Public methodPocoEntityTuplizer
Initializes a new instance of the PocoEntityTuplizer class

Methods

  NameDescription
Public methodAfterInitialize (Overrides AbstractEntityTuplizer..::..AfterInitialize(Object, Boolean, ISessionImplementor).)
Protected methodBuildInstantiator (Overrides AbstractEntityTuplizer..::..BuildInstantiator(PersistentClass).)
Protected methodBuildPropertyGetter (Overrides AbstractEntityTuplizer..::..BuildPropertyGetter(Property, PersistentClass).)
Protected methodBuildPropertySetter (Overrides AbstractEntityTuplizer..::..BuildPropertySetter(Property, PersistentClass).)
Protected methodBuildProxyFactory (Overrides AbstractEntityTuplizer..::..BuildProxyFactory(PersistentClass, IGetter, ISetter).)
Protected methodBuildProxyFactoryInternal
Public methodCreateProxy (Inherited from AbstractEntityTuplizer.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
Protected methodGetComponentValue
Extract a component property value.
(Inherited from AbstractEntityTuplizer.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIdentifier (Inherited from AbstractEntityTuplizer.)
Public methodGetPropertyValue(Object, Int32) (Inherited from AbstractEntityTuplizer.)
Public methodGetPropertyValue(Object, String) (Inherited from AbstractEntityTuplizer.)
Public methodGetPropertyValues (Overrides AbstractEntityTuplizer..::..GetPropertyValues(Object).)
Public methodGetPropertyValuesToInsert (Overrides AbstractEntityTuplizer..::..GetPropertyValuesToInsert(Object, IDictionary, ISessionImplementor).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVersion (Inherited from AbstractEntityTuplizer.)
Public methodHasUninitializedLazyProperties (Overrides AbstractEntityTuplizer..::..HasUninitializedLazyProperties(Object).)
Public methodInstantiate()()()() (Inherited from AbstractEntityTuplizer.)
Public methodInstantiate(Object) (Inherited from AbstractEntityTuplizer.)
Public methodIsInstance (Inherited from AbstractEntityTuplizer.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResetIdentifier (Inherited from AbstractEntityTuplizer.)
Public methodSetIdentifier (Inherited from AbstractEntityTuplizer.)
Public methodSetPropertyValue(Object, Int32, Object) (Inherited from AbstractEntityTuplizer.)
Public methodSetPropertyValue(Object, String, Object) (Inherited from AbstractEntityTuplizer.)
Public methodSetPropertyValues (Overrides AbstractEntityTuplizer..::..SetPropertyValues(Object, array<Object>[]()[][]).)
Protected methodSetReflectionOptimizer
Protected methodShouldGetAllProperties (Inherited from AbstractEntityTuplizer.)
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 fieldgetters (Inherited from AbstractEntityTuplizer.)
Protected fieldhasCustomAccessors (Inherited from AbstractEntityTuplizer.)
Protected fieldpropertySpan (Inherited from AbstractEntityTuplizer.)
Protected fieldsetters (Inherited from AbstractEntityTuplizer.)

Properties

See Also