public interface HibGrouperLifecycle
| Modifier and Type | Method and Description |
|---|---|
void |
onPostDelete(HibernateSession hibernateSession)
after a delete occurs
|
void |
onPostSave(HibernateSession hibernateSession)
after a save (insert) occurs
|
void |
onPostUpdate(HibernateSession hibernateSession)
after an update occurs
|
void |
onPreDelete(HibernateSession hibernateSession)
before a delete (insert) occurs
|
void |
onPreSave(HibernateSession hibernateSession)
before a save (insert) occurs
|
void |
onPreUpdate(HibernateSession hibernateSession)
before an update occurs
|
void onPostUpdate(HibernateSession hibernateSession)
hibernateSession - void onPostSave(HibernateSession hibernateSession)
hibernateSession - void onPreUpdate(HibernateSession hibernateSession)
hibernateSession - void onPreSave(HibernateSession hibernateSession)
hibernateSession - void onPostDelete(HibernateSession hibernateSession)
hibernateSession - void onPreDelete(HibernateSession hibernateSession)
hibernateSession - Copyright © 2016 Internet2. All rights reserved.