JPA Stored procedure dynamic schema

422 views Asked by At

I'm using JPA 2.1 eclipselink to call Stored Procedures from the database and i don't want to hardcoded the schema name. Is there a way to switch between schemas dynamically?

I'm using JPA 2.1, EclispseLink 2.5.2, weblogic 12.1.3

EDITED: Schema name is unknown, so i cannot create mapping file for each schema. Plus I might have 5-10 schemas in the database. What I want is a way to go to the database, select a schema name and switch them at runtime

0

There are 0 answers