Relationships using BMP Entity Beans  
Author Message
joan_caffe





PostPosted: 2004-5-25 6:26:00 Top

java-programmer, Relationships using BMP Entity Beans Hi,

Is there anyway to create a relationship between two BMP Entity Beans?
I know that CMP Entity Beans 2.0 supports relationships throgh CMR
fields, but I didn't find a way to do the same with BMP.

Anybody knows?

Thanks,

Joan
 
Marek Lange





PostPosted: 2004-5-27 18:04:00 Top

java-programmer >> Relationships using BMP Entity Beans Joan wrote:

> Hi,
>
> Is there anyway to create a relationship between two BMP Entity Beans?
> I know that CMP Entity Beans 2.0 supports relationships throgh CMR
> fields, but I didn't find a way to do the same with BMP.

Not possible through the container. Implement the relations by yourself
in your SQL code.

-marek