Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fluent-nhibernate

fluent nhibernate convention : setting polymorphism mode

fluent-nhibernate

Mapping a foreign key to something other than a primary key

How to preserve the columns order when using nHibernate's CreateSQLQuery?

Session is closed Object name: 'ISession'. at NHibernate.Impl.AbstractSessionImpl.ErrorIfClosed() - How to stop the session from closing prematurely

Select n+1 problem

Fluent NHibernate many-to-many create clustered index on link table

Fluent NHibernate PersistenceSpecification can't test a collection of strings

Fluent NHibernate - mapping a foreign key as a property

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

Using Fluent.NHibernate, how can I do an Insert based on a Select statement

NHibernate's Increment Generator - could not fetch initial value

How do you ignore/persist values in MVC when your view-model doesn't have as many fields as your domain model?

Mapping custom enum classes with Fluent Nhibernate

Index was outside the bounds of the array - NHibernate 3.2

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

IsDirty() flushes new Collection entities

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

Using Fluent-NHibernate with tables in different database schemas

Lazy loading for NHibernate with Ignore.NotFound