Most likely, you need a good book on
EJB 3.0!
If you are using the Container Manager Persistence implemented in Enterprise
Java Beans 3.0,
you should check the documentation of the
@SecondaryTable annotation.
You will also be interested in @SecondaryTables, @Table, and @Column.
Each secondary table will need to be able to be joined to the main table.