I couldn\'t find an answer to this specific question.I am trying to keep my domain model object-or开发者_JAVA技巧iented and re-use objects where possible.I am having an issue determining how to provid
I think this is a moderately neophyte question.I\'ve been using NHibernate/FluentNHibernate for about 6 months or so, and I think I have a fair grasp of the basics. Now I\'m pushing a little bit beyon
I\'m looking for ways to generate the application database full structure based on the NHibernate mapping data. The idea is to give the user an option to supply a database-connection string and then t
I\'m having some trouble using nHibernate, automapping and a class structure using multiple chains of abstract classes
I have the following (simplified) public enum Level { Bronze, Silver, Gold } public class Member { public virtual Leve开发者_高级运维l MembershipLevel { get; set; }
I am working with a legacy database that stores \"blank\" values as a single space.Is there a way with Fluent NHibernate, either by way of a convention or mapping override, that I can translate this \
In an ETL application I am working on, we have three basic processes: Validate and parse an XML file of customer information from a third party
I\'m developing a website with ASP.NET MVC, NHibernate and Fluent NHibernate and want to know how can I customize my Map to get records using a custom Method.
My User table I want to map to aspnet_Users: <class name=\"User\" table=\"`User`\"> <id name=\"ID\" column=\"ID\" type=\"Int32\" unsaved-value=\"0\">
I\'m fairly new to nhibernate and fluent nhibernate, I have an issue with associating a collection to a query.In the database I have a well and have 4 associated AFEs.The problem I\'m having is that t