I am using Fluent NHibernate to map entities and am having a problem getting a repository to give a resultset.In the console, the SQL does not show but other repositories do.I have a feeling that it i
How can i fetch data from multiple tables in a database (mysql) using hibernate... Can any o开发者_JS百科ne help me out in this regard... a sample example will be of great help, if possible.
My domain object doesn\'t use 2 non-nullable columns from a table in the database.Bo开发者_如何学Cth of the columns are Guids.Is there a way I can supply a default value for these columns in my mappin
I have many tables in my schema design (legacy, cannot be changed) with the pattern: Widget -----------
I\'m working on a feat开发者_StackOverflow社区ure to add the ability for each of our customers to define a customized registration form for their account and I\'ve run into a bit of a roadblock in cre
We are migrating a current C# application to use nHibernate. As nHibernate promotes a purely domain driven design can we add business objects as properties of classes or should be continue to use an I
When using NHibernate, under what circumstances would you choose to map a collection using a composite-element to give a collection of value objects, rather than creating a full-blown entity and mappi
How should I configure my mappings to avoid NHibernate updating my child entities\' foreign keys right after inserting them?
How do I map these existing tables to the classes below? I have the following tables: CREATE TABLE dbo.UserContact (
I\'m attempting to map a database field (\"LS_RECNUM\") possible values of NULL, \'M\' and \'F\' to a property with a Gender enumeration type.