Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate-mapping

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?

Map foreign key in Fluent NHibernate without object property

Delete throws "deleted object would be re-saved by cascade"

Mapping custom enum classes with Fluent Nhibernate

NHibernate "illegal access to loading collection" error

nhibernate-mapping

Duplicates when eager fetching a reference (many-to-one)

How can I use Fluent NHibernate Automapping with multiple Lists of the same type in an Entity?