lkline wrote:
I take it that you don't mean a Java class that is mapped to a join of two tables, which is quite possible. If you mean changing the mapping at runtime, that might be possible. Explain you situation a bit more.
I have more or less 350 different tables... but all of them have a column named ID. I'm developing a tool for determining the most appropriate ID for each table according to some predefined rules.
For instance, I don't want to have 350 identical mapping files and as many identical Java classes just because I'm accessing 350 tables. One mapping file and one Java class should be fine for such a task.
Talk 2 u soon,
Jeff