Tenancy with Spring Data JPA+Hibernate
I want to implement DISCRIMINATOR based Multi-Tenancy solution for Shared Schema Based Multi-Tenancy Model -common database schema for all tenants.
Technology stack
My questions are
Using hibernate filters you can achieve below items in our application,
In our application we applied this and got great results and applied the same stuff to other web based products as well. For your reference go through the below link and you will get some idea on the above stuffs. http://www.jroller.com/RickHigh/entry/using_spring_aop_and_hibernate
链接地址: http://www.djcxy.com/p/44088.html