Hello,
My team is running a java app with an oracle server. We are using hibernate with annotations for object relational mapping.
The challenge which we are faced with, is that we want to set up a sandbox for each developer for testing. However, using an oracle backend makes it infeasible for each user to have their own database.
The solution we came up with, is to assign a new schema for each developer.
First of all, is this the best way to do this?
Secondly, is there a way to dynamically create hibernate bindings at run time?
Any help is mutch appreciated.
Dave
|