Hi,
We have two sets of similar tables in the database distinguished by a prefix for the table name. One set represents final data and the other set represents temporary data. Other than the conceptual difference (final and temp) both the sets are very similar distinguished by a prefix for temp table names. In such scenario, what would be the best strategy to leverage same mappings and classes but persist to dynamically chosen set of tables (temp or final)?
Any suggestions would be appreciated.
Thanks,
Giri
|