Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate-mapping

How to dynamically search between two dates in hql?

NHibernate mapping one table on two classes with where selection

How to fine tune FluentNHibernate's auto mapper?

Trouble using nHibernate 2.0's Session.Get<T> on a class with a composite-id

NHibernate filter collection

Using NHibernate mapping by code: Cannot insert explicit value for identity column in table 'DietUser' when IDENTITY_INSERT is set to OFF

How to make Nhibernate generate table with Text field instead of nvarchar(255)

Fluent Nibernate putting a where clause in the mapping

FluentNHibernate - ClassMap vs IAutoMappingOverride

Set default values in nhibernate-mapping

How to add Filter definitions with Nhibernate 3.2 mapping by code?

How to set entire mapping to read only in NHibernate 3.2 mapping-by-code?

nhibernate-mapping

Hibernate/NHibernate mapping file editor

Fluent NHibernate Mapping is set to AllDeleteOrphan but is still trying to null the foreign key in the DB

An association from the table Y refers to an unmapped class: Y - C# NHibernate

NHibernate ConventionModelMapper; What is the difference between IsRootEntity & IsEntity

NHibernate navigators mapped to the part of a composite key problem - legacy database usage

Class com.fasterxml.jackson.datatype.joda.deser.DateTimeDeserializer has no default (no arg) constructor

How can I map to a joined subclass with a different column than the id of parent?