|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersistenceContextInterceptor
A interface for a class to implement that will setup the persistent context before and after a Grails operation is invoked. @see grails.util.RunTests
| Method Summary | |
|---|---|
void |
clear()
Clear any pending changes |
void |
destroy()
Called to finalize the persistent context |
void |
flush()
Flushes any pending changes to the DB |
void |
init()
Called to intialisation the persistent context |
| Method Detail |
|---|
void init()
void destroy()
void flush()
void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||