Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

Persistence specification testing with fluent nhibernate mappings

Mapping a column multiple times in Nhibernate

How to dynamically add, modify and remove Class Mappings and Entities in existing SessionFactory without rebuilding it?

How can i do select count(*) from TABLE with nHibernate without queryOver?

nhibernate hql

Sub query in Nhibernate

linq nhibernate

NHibernate: Cascading saves to children does not insert

NHibernate query extremely slow compared to hard coded SQL query

Nhibernate count distinct (based on multiple columns)

Working with Time Type in Fluent Nhibernate generates exception "Unable to cast object of type 'System.DateTime' to type 'NHibernate.Type.TimeType"

NHibernate Sqldatetime must be between 1/1/1753 and 12/31/9999

c# sql-server nhibernate

variable of type referenced from scope, but it is not defined

nhibernate

Getting stated with NHibernate. Real world project example?

nhibernate

NHibernate ICriteria - Does the sort allow for null?

c# nhibernate .net-3.5

Use type of object in HQL where clause

nhibernate hibernate hql

Fluent Nhibernate Schema Generation

nHibernate output sql logging during unit testings

Should one use self-referencing generic inheritance like Customer : Entity<Customer>