| Author |
CM Relationship from CMP bean to BMP bean
|
Richard Carr
Greenhorn
Joined: Apr 15, 2003
Posts: 17
|
|
Hi, Can I declare a unidirectional CM Relationship from a CMP bean to a BMP bean? I will have a complex of CMP beans persisted in one database. I have to make use of some existing data in a second DB and plan to encapsulate that as a simple BMP bean (I can't modify the schema). I'll want to access that BMP bean from one of the CMP beans - a CM relationship seems the simplest solution. Or must the targets as well as the sources of CM relationships be CMP beans? Thanks, Rich.
|
 |
Chris Mathews
Ranch Hand
Joined: Jul 18, 2001
Posts: 2712
|
|
|
Only CMP Beans can participate in Container Managed Relationships.
|
 |
 |
|
|
subject: CM Relationship from CMP bean to BMP bean
|
|
|