Top "Nhibernate-configuration" questions

NHibernate: How to solve this "dialect" configuration issue

Problem Encountered At runtime, I always get the following NHibernate.MappingException: "Could not compile the mapping document: GI.InventoryManager.CYB.…

.net nhibernate dialect nhibernate-configuration
Using two fields as unique id in hibernate

I have an Entity class that makes use of two of its fields as primary key(together). Here is what …

hibernate nhibernate-configuration