I\'ve read various articles on the web, but they seem rather scattered on this point. Exactly what do I need to do in my configuration and in my method to get the hibernate ses
You can use withSession
Book.withSession { session -> session.clear() }
More info