NHibernate Forge
The official new home for the NHibernate for .NET community

Browse Wiki Pages by Tags

Showing related tags and posts for the Wikis application. See all tags in the site
  • Checking if an Unloaded Collection Contains Elements

    If you want to know if an unloaded collection in an entity contains elements, or count them, without actually loading them, you need to use a custom query; that is because the Count property (if the collection is not mapped with lazy=”extra” ) and the LINQ Count() and Any() methods force...
    Posted to How to by Ricardo Peres on 11-18-2011
    Filed under: , ,
  • Query Syntax

    Below is the HQL full sintax, based on the latest Hibernate version, and which is being implemented in NHibernate. However, some statements or expressions might be not yet valid for NHibernate. Syntax <Query> ::= <SelectStatement> | <DeleteStatement> | <UpdateStatement> | <InsertStatement>...
    Posted to NHibernate 2.0 by Diego Jancic on 01-07-2009
    Filed under: ,
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems