1. From hf-ejb, it shows that for entity beans, the context exists inside the pool with the bean, while for statless session beans, the conext is linked to the bean, but outside of the pool. How come it is implemented this way?
2. Whats the point of having a getPrimaryKey in the EntityContext if there is one from the EJBObject interface?
3. I am not clear of how virtual fields work, and its relationship to getters and setters. I remeber reading that
JDBC subclasses our entity bean, is this why the virtual fields are abstract?
4. In the Handle class, it has the method Object getEJBObect().
If we do handle.getEJBObject(), wouldnt that return the component interface already? Why do we need a narrow/cast?
Thanks
[ July 31, 2004: Message edited by: Ryan Wong ]
[ July 31, 2004: Message edited by: Ryan Wong ]
[ July 31, 2004: Message edited by: Ryan Wong ]