I need to know if I can map a Business Entity, like CMP,
to more than a table.
example:
I have a Entity TestBean with three fields (id,field_a,field_b),
and in the DB I have two tables like this:
A=(id,field_a)
B=(id,field_b)

I need to map this Entity to this tables, but I believe that that
is impossible, because orion-ejb-jar.dtd does not support that some
fields of the entity can be mappings to a different table.
I am forced to use BMP for this??



Reply via email to