Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

NHibernate disable id generator for bulk operation

nhibernate bulkinsert

What is the difference between 'index' and 'list-index'

nhibernate

NHibernate in C# application, how to manage session

c# winforms nhibernate

Fluent NHibernate - PersistenceSpecification of HiLo scheme

NHibernate via Nuget

nhibernate orm nuget

Can I (and should I) force NHibernate future queries to execute at a certain point?

asp.net-mvc nhibernate

Struggling to Comprehend nHibernate SchemaUpdate, even with Blog Posts

How do I pass parameters to a stored procedure in NHibernate when one of the parameters is a list?

ASP.NET MVC 3 and NHibernate Scaffolding

Linq to NHibernate query comparing enum mapped as integer succeeds, but fails as equivalent criteria query

How to use case and order by in Nhibernate?

getting {"could not execute batch command.[SQL: SQL not available]"} error from NHibernate

NHibernate : Store VARBINARY to MAX

The type initializer for 'NHibernate.Cfg.Configuration' threw an exception

nhibernate

NHibernate - Best Practice for just select

nhibernate transactions

Does ViewModel decrease web apps performace

Should I have the foreign key column in my entity models?

How do I configure NHibernate (or Fluent NHib) to add a table name prefix to all table names?

Fluent NHibernate: How to map an entire class as ReadOnly?

Mapping Enum as string in NHibernate 3.2 mapping by code