Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fluent-nhibernate

NHibernate or Fluent NHibernate? [closed]

What are the differences between HasOne and References in nhibernate?

Fluent NHibernate - Create database schema only if not existing

Override for fluent NHibernate for long text strings nvarchar(MAX) not nvarchar(255)

The length of the string value exceeds the length configured in the mapping/parameter

Mapping Composite keys in Fluent NHibernate

fluent-nhibernate

Fluent NHibernate: How to create one-to-many bidirectional mapping?

How to configure Fluent NHibernate to output queries to Trace or Debug instead of Console?

How to update database table schemas with NHibernate schema generation?

How can I have NHibernate only generate the SQL without executing it?

Unable to cast object of type NHibernate.Collection.Generic.PersistentGenericBag to List

How do you map an enum as an int value with fluent NHibernate?