Saved Bookmarks
| 1. |
How You Can Made A Method Of A Service Be Transactional? |
|
Answer» With the anotation @TRANSACTIONAL above the method's name of the SERVICE import grails.transaction.Transactional class BookService { With the anotation @Transactional above the method's name of the service Example: import grails.transaction.Transactional class BookService { |
|