i am developing web application which uses multitenant database configuration.
I want to add tenant dynamically.
I added master controller to create master schema which hold tenant record created dynamically.
but i faced some issue i.e. when i created tenant database it will only generate database and not generating tables in it.
i discussed it with many people and they are saying it is not possible with hibernate but it is not acceptable for me.
here is my problem:
http://stackoverflow.com/questions/4113 ... se-applicaand my repository
https://github.com/DhyanandraSingh/appointment-mt