The istatelesssession tag has no wiki summary.
2
votes
1answer
205 views
NHibernate IStatelessSession and Many-to-Many Relationships
I have a many-to-many relationship between two entities. As part of a batch process, I am creating a large number of these entities and relating them together. This is using an IStatelessSession.
I ...
1
vote
0answers
73 views
NHibernate: Manually handling collection of values reading using IStatelessSession
During bulk load of entities into a database, I have a scenario where an incoming entity relies on an existing entity in the database in order to compute a value. This dependency itself has a ...