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

Browse Site by Tags

Showing related tags and posts across the entire 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: collections, HQL, Nhibernate
  • HqlAddin on Hbms!

    A month ago I released HqlAddin Green Popotito . After talking with my friend Fabio Maulo , he convinced me to add support for hbm files. Well, that’s it, the new release add supports for hbm.xml files and I’ve absolutely dropped the support for “hql” files ( sorry but this is not the standard way of...
    Posted to NHibernate blog by Jose Romaniello on 09-27-2010
    Filed under: HQL
  • HqlAddin vers. 1.0.0.45 - Alpha 2

    Today I have released a new version of the HqlAddin project, the version is 1.0.0. 45 50 – Alpha 2 (a.k.a. Green Popotito). Green Popotito comes with a new amazing feature, intellisense for properties and entities. This is a great work that comes from Felice Pollano’s NhWorkbench , so kudos for him....
    Posted to NHibernate blog by Jose Romaniello on 08-19-2010
    Filed under: HQL
  • Hibernate Query Language in Visual Studio

    I started to work in an HQL addin for Visual Studio two weeks ago. As described in the project site : This Visual Studio addin will provide the following features for the HQL file extension: -syntax highlighting (done), -syntax checking (done) -intellisense ( not yet ) Currently the addin support syntax...
    Posted to NHibernate blog by Jose Romaniello on 07-28-2010
    Filed under: Named Query, HQL, Tooling
  • NHibernate Workbench

    In the spirit of “ Release early. Release often. And listen to your customers ” ( cit. ), even if not so early in term of time since the preview , I decided to release a first drop of the “HQL Intellisense thing” I’m working on. The current version is just able to load an...
    Posted to NHibernate blog by felicepollano on 05-19-2010
    Filed under: query, mapping, querying, HQL
  • NHibernate 2.1.0: HQL With clause

    [ My blog ] A simple SQL: SELECT * FROM Animal AS a1 INNER JOIN Animal AS a2 on a1.mother_id = a2.ID and a1.body_weight < :aLimit Another: SELECT * FROM Animal AS a1 INNER JOIN Animal AS a2 on a1.mother_id = a2.ID WHERE a1.body_weight < :aLimit Which is the difference in term of results ? There...
    Posted to NHibernate blog by Fabio Maulo on 05-17-2009
    Filed under: NHibernate, NH2.1, HQL
  • 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: HQL, query
Page 1 of 2 (40 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems