Hi,
we are using hibernate for our ORM in our Spring application. I read that we should avoid ORM based implementation for ACL based security because of performance. We implemented it anyway as it is crucial for us that we are database independent. Everything works but I have an architecturl question:
When do I have to fill ACL based tables? Do I have to update and insert into ACL on every persistent record update or insert? As I've seen I need mandatory ACL record for each persitent entity although it does not have any ACLControlEntry records.


Reply With Quote
