Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
FluentNHibernateを使用しています。作成されてアプリケーションに存在するセッションの数を数えたい。それを数える方法はありますか?
あなたの意見や提案を共有してください。
構成を作成するときは、次のことも行ってください。
var config = new Configuration(); config.DataBaseIntegration(db => { .. }); config.SessionFactory().GenerateStatistics();
そして、見てください:
SessionFactory.Statistics.EntityFetchCount