|
||||||||||
| 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 |
flush()
Flushes any pending changes to the DB |
org.hibernate.SessionFactory |
getSessionFactory()
|
void |
init()
Called to intialisation the persistent context |
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 flush()
PersistenceContextInterceptor
flush in interface PersistenceContextInterceptorpublic void clear()
PersistenceContextInterceptor
clear 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 | |||||||||