posted 20 years ago
When you have an entity bean that is backed by more than one table, you can use Bean Managed Persistence instead of Container Managed Persistence to keep the object's portability between app servers.
It's likley that you'll want to write your own database table access logic anyway. You'd likely want to return something, ( message, etc..), when you have a parent table record with no corresponding child table record.
Peace,
jim