(Quick Reference)

hibernate

Purpose

The hibernate plug-in sets up GORM and Grails' Hibernate integration.

Examples

An example domain class:

class Book {
	String title
	Date releaseDate
	Author author
}

Description

Refer to the section on GORM in the Grails user guide which details how to create Grails domain classes.

Configured Spring Beans: