» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with hql + Tutorial

Hibernate Querying 102 : The Criteria API

Artigo sobre API da criteria do hibernate

Hibernate: del.icio.us tag/hibernate

Chapter 11. HQL: The Hibernate Query Language

( (Integer) session.iterate("select count(*) from ....").next() ).intValue()

Hibernate: del.icio.us tag/hibernate

Hibernate simplifies inheritance mapping

session.find("select p from " + Person.class.getName() + " as p where p.id = ?",

Hibernate: del.icio.us tag/hibernate