abstractpublic class ParentBean implements EntityBean(Code)
This class implements the "parent" side of 1..many unidirectional relationship.
It doesn't do anything particularly interesting besides provide the CMR getter
and a method (@see #getPropertyMap()) that provides a transactional context for
iterating over the CMR collection.
This code is based upon the original test case provided by Andrew May.
version: $Revision: 57211 $ author: Steve Coy.
Method Summary
public void
addChild(int k, String field1, String field2) Adds a child bean with the given attributes to this bean.