fluent-nhibernate icon indicating copy to clipboard operation
fluent-nhibernate copied to clipboard

Fluent NHibernate!

Results 157 fluent-nhibernate issues
Sort by recently updated
recently updated
newest added

We try to filter some certain cases. Right now we use reflection to make it work.

I want to extend a ClassMap and create a new one based on it. I think this would be achievable by creating a UnMap method that will manipulate the provider....

Hi, For perfromance needs NHibernate now supports to exclude desired entities from second level cache features. https://github.com/nhibernate/nhibernate-core/pull/2744 Could you add support Cache.Never() for FluentNHibernate mapping. ```c# public class EntUserPolicyDefMap :...

### What is the current bug behavior? I have defined the following property convention with the intent of limiting the precision of all double values to 15 as written to...

Our object model has way too many model classes which I recognize is a problem but would like for it to start up as fast as possible. Here are three...

Hello, I am still failing to configure fluent nhibernate in my project. switching from java with spring and hibernate, nhibernate was my first choise and without the need to define...

Hello Fluent NHibernate Team ! Today i encounter a Fluent NHibernate limitation (not NHibernate). I was trying to map an Id property using : `Id(x => x.Id, "STRING_ID").GeneratedBy.Increment()` An InvalidOperationException...

After I update fluent nhibernate and nhibernate I started getting the message below at mapping time. "Column 'SQL_TYPE_NAME' does not belong to table Data Types." Fluent Nhibernate Old Version :...