1 | If the finder method returning a collection of primary keys, then the implementation creates an EJB Object for each one and returns the set of EJB Object references. |
2 | The implementation of EJB Object for the bean provides the support for javax.ejb.EJBObject methods (not implemented by the bean class provider) and activates the instance before calling any business methods or ejbRemove() method on the bean. |
3 | Deployment tool provides the implementation of Handle object for enterprise bean and its home. |
4 | Deployment tool provides the implementation for meta data object implementing javax.ejb.EJBMetaData interface. |