1 |
Bean provider should give the following class files:
|
2 | 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. |
3 | Primary key class must provide an implementation of hashCode() and equals() methods. |