Bean provider should give the following class files:
|
Bean class should only implement the business calls, ejbCreate(), ejbPostCreate(), and ejbFind<METHOD>() calls while leaving empty the methods defined n javax.ejb.EJBObject,i.e., the bean class implementation is an abstract class. |
Primary key class must provide an implementation of hashCode() and equals() methods. |