http://nhforge.org/doc/nh/en/index.html#architecture-overview

<http://nhforge.org/doc/nh/en/index.html#architecture-overview>ISession (
NHibernate.ISession)

A single-threaded, short-lived object representing a conversation between
the application and the persistent store. Wraps an ADO.NET connection.
Factory for ITransaction. Holds a mandatory (first-level) cache of
persistent objects, used when navigating the object graph or looking up
objects by identifier.

On Thu, Jun 24, 2010 at 6:17 AM, intvoker <[email protected]> wrote:

> By default, when NHibernate is loading objects from the database and
> has several same objects in the result of the query it does not create
> several separate instances of object, but rather a single instance,
> and that objects in the list are pointing to the same instance in
> memory.
>
> Is it possible somehow to force NHibernate to create separate
> instances of the same database object?
>
> --
> You received this message because you are subscribed to the Google Groups
> "nhusers" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<nhusers%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/nhusers?hl=en.
>
>


-- 
Fabio Maulo

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to