| Author |
EJBObject.getPrimaryKey()
|
Srikanth Basa
Ranch Hand
Joined: Jun 06, 2005
Posts: 241
|
|
|
Given that this method is supposed to be called on an Entity Bean only, why didn't the EJB architecture team consider exposing sub-interfaces like EntityBeanEJBObject, SessionBeanEJBObject ? so that the getPrimaryKey() method can be called only from EntityBeanEJBObject and not from others (any thoughts) ?
|
 |
Joseph Sweet
Ranch Hand
Joined: Jan 29, 2005
Posts: 327
|
|
|
Backward compatibility.
|
We must know, we will know. -- David Hilbert
|
 |
 |
|
|
subject: EJBObject.getPrimaryKey()
|
|
|