Igor, I was wondering if you might have some hints as to how I might go about implementing record level, or possibly, field level security using ActiveJDBC. I played around with extending the Model class to override some of the methods from Model. However, it's not a very "elegant" solution and started to become rather messy. I know that your Model class has hooks for certain events, but nothing that seems to stick out to me for modifying behavior. I was able to catch the "set" and "get" calls without too much hacking to implement simple "field level security" type logic, but it became very difficult to overload other methods such as those methods that return a List.
Again, I'm looking more for suggestions on how to do this without actually having to change the Model or LazyList class (though I could go that route as well).
I've been using ActiveJDBC for a number of years now, and it's really been a great framework to build on. Thanks for all your hard work!