» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Grails + ORM

Mastering Grails: GORM: Funny name, serious technology

Any good Web framework needs a solid persistence strategy. In this second installment of his Mastering Grails series, Scott Davis introduces the Grails Object Relational Mapping (GORM) API. See how easy it is to create relationships between tables, enforc

Hibernate: del.icio.us tag/hibernate

Hibernate Search: Search Engine for the Masses | Javalobby

Your browser is not able to display this multimedia content.

Hibernate: del.icio.us tag/hibernate

Grails - Hibernate Criteria Builder

A builder for creating criteria-based queries analogous to those found in the Hibernate Criteria API, the nodes on this builder map the the static methods found in the Restrictions class of the Hibernate Criteria API.

Hibernate: del.icio.us tag/hibernate

Grails - GORM

GORM is Grails' object relational mapping (ORM) implementation. Under the hood it uses Hibernate 3 (an extremely popular and flexible open source ORM solution) but because of the dynamic nature of Groovy, the fact that it supports both static and dynamic

Hibernate: del.icio.us tag/hibernate