|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.groovy.grails.orm.hibernate.support.HibernatePersistenceContextInterceptor
public class HibernatePersistenceContextInterceptor
| Constructor Summary | |
|---|---|
HibernatePersistenceContextInterceptor()
|
|
| 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 |
org.hibernate.SessionFactory |
getSessionFactory()
|
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 |
void |
setSessionFactory(org.hibernate.SessionFactory sessionFactory)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HibernatePersistenceContextInterceptor()
| Method Detail |
|---|
public void destroy()
PersistenceContextInterceptor
destroy in interface PersistenceContextInterceptorpublic void disconnect()
PersistenceContextInterceptor
disconnect in interface PersistenceContextInterceptorpublic void reconnect()
PersistenceContextInterceptor
reconnect in interface PersistenceContextInterceptorpublic void flush()
PersistenceContextInterceptor
flush in interface PersistenceContextInterceptorpublic void clear()
PersistenceContextInterceptor
clear in interface PersistenceContextInterceptorpublic void setReadOnly()
PersistenceContextInterceptor
setReadOnly in interface PersistenceContextInterceptorpublic void setReadWrite()
PersistenceContextInterceptor
setReadWrite in interface PersistenceContextInterceptorpublic boolean isOpen()
PersistenceContextInterceptor
isOpen in interface PersistenceContextInterceptorpublic void init()
PersistenceContextInterceptor
init in interface PersistenceContextInterceptorpublic org.hibernate.SessionFactory getSessionFactory()
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
sessionFactory - the sessionFactory to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||