Skip to content

Commit

Permalink
GRAILS-6783 - minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown committed Oct 9, 2010
1 parent 8ac5ab3 commit 49a20eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/5.5.1 Events and Auto Timestamping.gdoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GORM supports the registration of events as methods that get fired when certain
* @beforeDelete@ - Executed before an object is deleted
* @afterInsert@ - Executed after an object is persisted to the database
* @afterUpdate@ - Executed after an object has been updated
* @afterDelete@ - Executed after an object has been updated
* @afterDelete@ - Executed after an object has been deleted
* @onLoad@ - Executed when an object is loaded from the database

To add an event simply register the relevant closure with your domain class.
Expand Down

0 comments on commit 49a20eb

Please sign in to comment.