Hello,
I am quite new to Play and trying to achieve multi-tenancy using Spring and Hibernate. My need is to have a shared application with tenant specific DB Schemas.
Is it possible to configure hibernate sessionFactory with Play ? I have tried and could have it initialized after little hunch, though I am not sure if I am doing it right.
If not, is it really possible to have multi-tenancy implemented with spring and hibernate. Any help would be greatly appreciated.
Thanks and Regards
Mukul