1. How to change schema for testing? forum.hibernate.orgHello, In my current project, i need to access tables located in diferent schemas, therefore I specify the schema of each table in the mapping file. I would like to create a special schema for unit-testing my DAOs. This schema will contain all tables. I wonder if there is a way to tell hibernate to the schema settings on runtime. This ... |