I am trying to add multitenancy to a java application using the separate schema approach as outlined in this webinar
I wanted to know how would I configure multiple
If you want to do multi-tenancy by ConnectionProvider, you'll need a thread-local to provide context. See this brief run-through:
ConnectionProvider
http://literatejava.com/hibernate/multi-tenancy-architecture-with-hibernate/