|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompassCascadeFilter
Allows filtering of create/save/delete cascade operations.
| Method Summary | |
|---|---|
boolean |
shouldFilterCreate(Object obj)
Should the create cascade operation be filtered or not |
boolean |
shouldFilterDelete(Object obj)
Should the delete cascade operation be filtered or not |
boolean |
shouldFilterSave(Object obj)
Should the save cascade operation be filtered or not |
| Method Detail |
|---|
boolean shouldFilterCreate(Object obj)
obj - The object being cascade-created
true if the event should be filtered, false otherwiseboolean shouldFilterSave(Object obj)
obj - The object being cascade-saved
true if the event should be filtered, false otherwiseboolean shouldFilterDelete(Object obj)
obj - The object being cascade-deleted
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 | |||||||||