|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HibernateMirrorFilter
Allows to hook filtering of object during the mirroring process.
| Method Summary | |
|---|---|
boolean |
shouldFilterDelete(PostDeleteEvent postDeleteEvent)
Should the post delete hibernate event be filtered or not |
boolean |
shouldFilterInsert(PostInsertEvent postInsertEvent)
Should the post insert hibernate event be filtered or not |
boolean |
shouldFilterUpdate(PostUpdateEvent postUpdateEvent)
Should the post update hibernate event be filtered or not |
| Method Detail |
|---|
boolean shouldFilterInsert(PostInsertEvent postInsertEvent)
postInsertEvent - The Hibernate post insert event
true if the event should be filtered, false otherwiseboolean shouldFilterUpdate(PostUpdateEvent postUpdateEvent)
postUpdateEvent - The Hibernate post update event
true if the event should be filtered, false otherwiseboolean shouldFilterDelete(PostDeleteEvent postDeleteEvent)
postDeleteEvent - The Hibernate post delete event
true if the event should be filtered, false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||