EJB cmp

HiCMP entity beans in websphereWhat details do you need to put in the beans findbyprimarykey method when you only have one findbymethod in the homeinterfaceDo you put details in the create or load methodsThanksBrowne
[272 byte] By [DERMOTBOLGER65] at [2007-9-26 1:49:01]
# 1
hi,no need to write any signature for the finder methods or findByPrimarykey method in CMP. regards srini
vams00 at 2007-6-29 2:53:23 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
HiDoes mean that for a CMP entity bean you do not need to add the ejbfindbyprimaykey method to the bean classitself
DERMOTBOLGER65 at 2007-6-29 2:53:23 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
That is correct. The application deployment tool implements this method for you.
leukbr at 2007-6-29 2:53:23 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...