|
||||||||||
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 |
disconnect()
Disconnects the persistence context |
void |
flush()
Flushes any pending changes to the DB |
void |
init()
Called to intialisation the persistent context |
boolean |
isOpen()
Checks whether the persistence context is open |
void |
reconnect()
Reconnects the persistence context |
void |
setReadOnly()
Sets the persistence context to read-only mode |
void |
setReadWrite()
Sets the persistence context to read-write mode |
Method Detail |
---|
void init()
void destroy()
void disconnect()
void reconnect()
void flush()
void clear()
void setReadOnly()
void setReadWrite()
boolean isOpen()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |