The text of this article is not in this database — only its details are. Read it on the old site: Using NHibernate
10 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Using NHibernate
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Nguyen LanPosted Jul 26, 2017, 11:35 PM
Oh my glod, if a project has multiple tables which NHibernate used, I have been taken multiple *.hbm.xml files by hand. That's not good!
Chandra Sekhar KPosted Nov 14, 2011, 3:46 AM
Download NHibernate (http://sourceforge.net/projects/nhibernate/).
vipsha vipshaPosted Mar 2, 2011, 7:21 AM
i dont understand cfg.AddAssembly("NHibernateWebSample"); line what is NHibernateWebSample
vongsi LoryongpaoPosted Feb 21, 2011, 2:25 AM
It's great And I want to ask all professional about NHibernate configuration Example: I have website there are two projects one is the library and other is web interface my question is: How can i implement my NHibernate configuration (NHibernate and Log4Net) in my library project? If I implement in interface project it's fine Thank you in advance
khokon sarkerPosted Feb 3, 2011, 12:19 AM
Boss , please write a full article on configuration, step by step with a simple example . i am beginner in NHhibernate but configuration prb cannot overcome. please please please. i will be gratefull to you.
Rohti AmbaniPosted Feb 1, 2011, 4:25 AM
Well if I want to learn about NHibernate, I got several links for that. But the way of explanation matters. It should not be too high which makes reader less interest to read that topic. But your are the one who have explained in a beautiful ways Thanks so much.
Ramalingam sPosted Dec 21, 2010, 11:47 PM
i could not add assembly in solution when at runtime..... am getting an error like this
Ramalingam sPosted Dec 21, 2010, 11:41 PM
No persister for: Employees when try save session.Save() am getting this error who tell my nhibernate dll this save operation pls replay me ...
gayathri APosted Dec 6, 2010, 10:56 PM
Hi i got this Err after Implementing your Code can you help me out with this? I am trying to do an insert here ERROR NHibernate.HibernateException: The hibernate.connection.driver_class must be specified in the NHibernate configuration section. at NHibernate.Connection.ConnectionProvider.ConfigureDriver(IDictionary settings) at NHibernate.Connection.UserSuppliedConnectionProvider.Configure(IDictionary settings) at NHibernate.Connection.ConnectionProviderFactory.NewConnectionProvider(IDictionary settings) at NHibernate.Cfg.SettingsFactory.BuildSettings(IDictionary properties) at NHibernate.Cfg.Configuration.BuildSettings() at NHibernate.Cfg.Configuration.BuildSessionFactory() at projectHibernate.WebForm1.Button1_Click(Object sender, EventArgs e) in C:\Users\documents\visual studio 2010\Projects\projectHibernate\projectHibernate\WebForm1.aspx.cs:line 28
Don SweitzerPosted Mar 31, 2009, 11:42 AM
You really need to have a link to the source code. A sample is best, especially for this.