|
||||||||||
| 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.
Note, Compass event listeners (within org.compass.core.events) should be
used instead of this filter for generic cases that do not require the actual Hibernate
event objects.
| Method Summary | |
|---|---|
boolean |
shouldFilterCollection(AbstractCollectionEvent postCollectionEvent)
Should the post collection event be filtered or not. |
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 otherwiseboolean shouldFilterCollection(AbstractCollectionEvent postCollectionEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||