stateless-session
Updating an entity and ignore child proxies when using NHibernate StatelessSession
I\'m trying to bulk-update entities using a StatelessSession. Because it\'s stateless, NHibernate doesn\'t auto-cascade child entities upon save.[详细]
2023-04-01 05:40 分类:问答Is stateless session thread safe?
I know开发者_开发问答 ISession is not thread safe. Is IStatelssSession also not thread safe? I guess the answer is no. I did a quick search but didn\'t find a reference for this.[详细]
2023-03-23 00:39 分类:问答Eager fetching of a great-grandchild collection using a Stateless Session via NHibernate
I\'m using an NHibernate Stateless Session to load bulk data into the database. As data is loaded, later entities need to lookup previous entities in order to add them to child collections. This opera[详细]
2023-02-28 04:25 分类:问答Seeking input: maintaining a server session without any server state
I\'m not a security expert, so I\'m looking for people to poke gaping holes in an authentication scheme I\'ve devised, or point me to a better, existing scheme that fulfills the same goals:[详细]
2023-02-09 16:25 分类:问答Unable to bulk insert using NHibernate
I\'ve tried adding bulk inserting to my application, but the Batcher is still NonBatchingBatcher with a BatchSize of 1.[详细]
2023-02-05 12:56 分类:问答How to run a PowerShell script within a Windows batch file
How do I have a PowerShell script embedded within the same file as a Windows batch script? I know this kind of thing is possible in other scenarios:[详细]
2022-12-26 13:42 分类:问答