How to use Hibernate Filters coupled with Spring Aspects for Data Isolation

Designing a multi-tenant system is fun as long as you get the data isolation done right. If not it could be painful. 😀 In a previous post, I explained how we utilised Row Level Security to enforce data isolation in one of the multi-tenant solutions that I worked with in the past. While Row Level … Continue reading How to use Hibernate Filters coupled with Spring Aspects for Data Isolation