I want to create a custom implementation to ISessionFactory. I'm only interested in override the OpenSession method, thus I want to inherit of the base class actually implementing ISessionFactory, but I don't find it. Someone knows what class is it?
1 に答える
0
それはSessionFactoryImplに実装されていますが、OpenSession で何をしたいのか正確には何ですか?
于 2013-07-26T17:58:27.213 に答える