(Quick Reference)

hibernate

Purpose

The hibernate plugin configures the Hibernate implementation of GORM.

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: