Joined: Wed Dec 17, 2008 4:15 pm Posts: 4
|
Hi All,
I'm 'partitioning' my existing data so that some objects are bound by a 'department'.
I've used a PreInsertEventListener and PreUpdateEventListener to intercept writes and add the current 'department' to DepartmentBound objects. I also want to intercept reads so that the 'department' is bound to the Criteria for DepartmentBound objects.
It seems that the PreLoadEventListener and other load event listeners are called after the query. Is there a listener or other method I can use to intercept queries? At the moment I faffing around using query filters but its quite intrusive in the existing code and difficult to establish if the object is DepartmentBound.
Thanks for any help.
Chris
|
|