Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

How to tell NHibernate always to force quoted identifiers?

nhibernate

NHibernate Projections and "Having" clause

c# nhibernate icriteria

How do I map a protected collection in Fluent NHibernate?

How can I force NHibernate to hit the database when querying for an entity?

nhibernate

How do you map a DateTime property to 2 varchar columns in the database with NHibernate (Fluent)?

Types from multiple assemblies and namespaces in nhibernate mapping files

How to return id from NHibernate ISession.SaveOrUpdate

nhibernate

How to Map a VIEW without unique identifing column with Fluent Nhibernate

What's the relationship between Castle, LinFu and Spring with NHibernate?

nhibernate

Why does NHibernate require "protected internal" visibility on auto properties?

c# nhibernate

Mapping a long text string in Oracle and NHibernate

oracle nhibernate text clob lob

Using NHibernate and Mono.Data.SQLite

nhibernate sqlite mono

nHibernate 3.2 database config in code?

NHibernate - how to delete an item from many-to-many relationship?

Creating a Linq expression dynamically containing a subquery

NHibernate How to convert this SQL Query to QueryOver or Linq

nhibernate queryover

Fluent Nhibernate Enum Mapping

Rules for accessing services from domain objects

Mapping entities for Sql Server Identity and Oracle Sequence with NHibernate

How to dynamically search between two dates in hql?