Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate-criteria

Nhibernate count distinct (based on multiple columns)

How can QueryOver be used to filter for a specific class?

How to query a foreign key column with NHibernate, without retrieving the related entity

NHibernate: How to select the root entity in a projection

Execute nHibernate icriteria on result of other query (two distinct queries)

How do I express this LINQ query using the NHibernate ICriteria API?

Multiple conditions in HAVING clause with NHibernate Criteria?

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

Nhibernate query for items that have a Dictionary Property containing value

How to do multiple joins with NHibernate Criteria API

Set TimeOut Expired in NHibernate

NHibernate AliasToBean transformer associations

Nhibernate Projection over nested nested properties

Nhibernate QueryOver don't get latest database changes

Querying with NHibernate

Nhibernate QueryOver. OrderBy using strings property names.

Querying with nHibernate where todays date is between publishDate and Expiry date

QueryOver statement for selecting N rows with descending DateTime order

NHibernate - easiest way to do a LIKE search against an integer column with Criteria API?