Skip to content

timsporcic/GORM-Recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GORM Recipes

This is the sample project used for the GORM Recipes tutorial.

It consists of a simple Grails project which has two domain classes: Artist and Work. There is a one-to-many relationship between the two entities.

The other important class is the BootStrap.grooy file which contains all the seed data for populating the instance of the database we'll use for the recipes.

This project does not contain any controllers, view, etc... It is meant to be run from the Grails console to execute queries. See the documentation page above for details.

About

Sample application for using the GORM persistence layer in Grails 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages