Nhibernate: Get real entity class instead of proxied class -


Is there any way to return nhibernate to my class instead of its proxy class? I will not feel that it is not lazy or can not be updated.

You can unproxy class with this code

  session . Precision Correspondence Unpredictable (Proxyized Instance)    

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -