Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

force nhibernate to save unchanged object (mark it as dirty)

nhibernate save

How can i get NHibernate to give me the SQL it would generate for an insert / update instead of executing it?

NHibernate: Change query for authorization

How do I add multiple joins (Fetches) to a joined table using nhibernate and LINQ?

Why is nhibernate complaing about deleting this object?

Is Linq to SQL still a viable choice for developing applications?

How to add NHibernate configuration file to use NHibernate.Search?

NHibernate - WHERE EXISTS(X)

nhibernate

Dynamically referencing properties in NHibernate?

c# nhibernate reflection

How to Implement Castle Windsor IScopeAccessor to provide NHibernate Session Per ViewModel using LifestyleScoped

NHibernate Futures returns Proxy sometimes, Entity others

It's possible pass subclass of superclass in <T>?

c# oop nhibernate polymorphism

Fluent NHibernate: Mapping Bool Property to ORACLE DB

nhibernate transform result in a dictionnary

nhibernate

How to manage sessions in NHibernate unit tests?

nhibernate nunit

Unit test fluent nhibernate repository with in memory sql lite - no such table error

Domain Model – Repositories – Communication across Sub-Systems

Is it possible to call IQuerable.ToFuture() and IQuerable.Fetch() in same query for NHibernate (>3.0) Linq?