At 04:00 PM 9/12/99 +0000, Dirk Haase wrote:
>When Configuring database access for container-managed persistence, I'd
>like to split the container-managed fields of a bean into more than one
>table. I couldn't find a way to do so yet. How does this work?

In theory you're not supposed to do it this way, and EntityBean is meant to
represent one row in one table.

Either create a ession bean to handle the transactions, or use a view and
generate an entity bean on the view, although most databases don't
allow updates through a view.


--
two new projects from Mr Grumpy and friends ...
  *  A Story in Two Voices - Hypertext fiction
     http://www.cyber4.org/members/grumpy/special/wnm/index.html
  *  yum! - Information Architecture example site
     http://www.cyber4.org/members/grumpy/special/yum/index.html

Reply via email to