Today, I suddenly found that the database supported by nhib.pdf contains SQLite, and the database must be lightweight !!! In the official website of SQLite http://www.sqlite.org to see this database actually supports 2 TB Oh !!! There is no server and no client!
However, I tried to access SQLite through nhib.pdf today, but encountered an unexpected exception, specifically: nhib.pdf. mappingexception: unknown entity class: winformapp. User.
InSub-non-fishFound in http://sifang2004.cnblogs.com/archive/2005/09/05/230713.html:
Compile and run the test. The testcrud operation of customerfixture still fails! Exception information:
Nhibernatetest. customerfixture. testcrud: nhibud. mappingexception: unknown entity class: nhibernatetest. Customer
Obviously, because we have not compiled a ing file for the customer object, NHB cannot perform persistence operations on the customer object.
But I also have this ing file !!!
I don't know why !!!