I'm new to hibernate. In my web application, users after login have to point to different schema (with same tables) on the same postgres database to make queries.
Is there a method to specify at runtime the schema name, that i have in session ?
Many thanks.