Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

Is it possible for nhibernate to return a query as an IDictionary instead of an entity class?

Parameter index is out of range

c# nhibernate

Generate database with Nhibernate using Fluent NHibernate

Why is Session.Evict in OnPostUpdate causing "Possible nonthreadsafe access to session" exception?

nhibernate

How do I do TDD efficiently with NHibernate?

HasOne vs References Mapping Fluent NHibernate

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

Obscure NHibernate/Fluent NHibernate error

Query Unmapped Columns in NHibernate

An NHibernate audit trail that doesn't cause "collection was not processed by flush" errors

nhibernate

Don't flush the session after an exception occurs - NHibernate

NHibernate - Implement "NOT IN" query using ICriteria

nhibernate icriteria

Should there be a Service Layer in Asp.net mvc?

How to configure NHibernate to use connection string from <connectionStrings> configuration section

nhibernate

How to configure SQLite to run with NHibernate where assembly resolves System.Data.SQLite?

How to write Tests for Data Access Layer in .Net?

.net nhibernate tdd nunit

How to add mappings by namespace in Fluent NHibernate

nHibernate: Unable to locate persister

nhibernate

NHibernate SchemaExport does not create tables when "script" is false

c# .net nhibernate

When should one avoid using NHibernate's lazy-loading feature?