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

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • 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: Filed under:
  • 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: Filed under:
  • 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: Filed under: , ,
  • 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: Filed under: , , ,
  • 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: Filed under: , ,
  • NHibernate 2.1.0 : Executable queries

    [ My blog ] I’m proud to announce NH2.1.0 is passing all tests (same of H3.3.1) for bulk actions using HQL. Some HQL examples: insert into Animal (description, bodyWeight, mother) select description, bodyWeight, mother from Human insert into Pickup (id, Vin, Owner) select id, Vin, Owner from Car...
    Posted to NHibernate blog by Fabio Maulo on 05-13-2009
    Filed under: Filed under: , , ,
  • Oh… beautiful SQL

    [ My Blog ] Given a complex mapping like this < class name = " Animal " > < id name = " id " > < generator class = " native " /> </ id > < property name = " description " /> < property name = " bodyWeight " column = "...
    Posted to NHibernate blog by Fabio Maulo on 05-08-2009
    Filed under: Filed under: , ,
  • NH2.1: Executable HQL

    [ from my blog ] Mapping: < class name = " SimpleClass " table = " TSIMPLE " > < id type = " int " > < generator class = " native " /> </ id > < property name = " Description " /> </ class > Class: public class SimpleClass...
    Posted to NHibernate blog by Fabio Maulo on 05-05-2009
    Filed under: Filed under: , , , , ,
Page 1 of 2 (9 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems