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 - 27 May 2004 11:04 GMT
> 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