7
Hello I am with an application that uses multiple databases (multi-tenancy) using Hibernate. I wonder if anyone knows any way Hibernate can update the bank schema. I’ve already set the property Hibernate.hbm2dll.auto : update. but it doesn’t work.
I never found, and I searched a lot!! I always had to create the schemes manually =/
– Giuliana Bezerra