I' ve a practical problem with JPA.
In my financial administration application I have users who each have their own Oracle scheme.
So for each user login the scheme must be different.
I was wondering if it was possible to use multiple schemes with one persistence unit in my application.


Reply With Quote