Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate-mapping

FluentNHibernate or port to NHibernate mapping by code

How to look up an NHibernate entity's table mapping from the type of the entity?

NHibernate Error Message: Invalid index 3 for this SqlParameterCollection with Count=3

Manually setting the ID

NHibernate MappingException: Could not compile the mapping document

NHibernate mapping - one-to-one (or one-to-zero)

Nhibernate - item gets its ParentID updated to null instead of being deleted

Modeling one to zero or one relationships (Z cardinality)

Strategies for Mapping Views in NHibernate

How do I map a property with no setter and no backing property fluently with NHibernate?

NHibernate custom collection type

How to map a set of enum type in Hibernate?

How do I use Fluent NHibernate to map a self-referencing folder hierarchy?

What is the correct way to define many-to-many relationships in NHibernate to allow deletes but avoiding duplicate records

Minimal and correct way to map one-to-many with NHibernate

Fluent NHibernate One-To-Many Mapping

NHibernate mapping attributes vs fluent NHibernate

Fluent NHibernate question

HasOne vs References Mapping Fluent NHibernate

NHibernate: Why would you use <composite-element> over <one-to-many> to map a collection