Search results for entity bean



The primary key can't be a primitive type--use the primitive wrapper classes, instead. For example, you can use java.lang.Integer as the primary key c ...
Callback methods allows the container to notify the bean of events inits life cycle. The callback methods are defined in the javax.ejb.EntityBean inte ...
Container-managed persistence (CMP) and bean-managed persistence (BMP). With CMP, the container manages the persistence of the entity bean............ ...
An entity bean consists of 4 groups of methods, create methods...........

[Source: JAGAN MOHAN "Interview questions bible"]