| I have been trying to implement discriminator-based multi-tenancy with spring data rest (spring data JPA + hibernate) where the controller gets auto-generated by the framework (that is our code does not have any controllers at all). I have tried below solutions to achieve multi tenancy in my code -
- Eclipse link
- Multi-tenancy(Discriminantor) in Hibernate
- Filter
While using Filter I have faced same issue as mentioned at https://hibernate.atlassian.net/browse/HHH-7119. Are you guys able to find any approach? Please do share your views. Thanks Raman |