find<METHOD>() method definitions are declared by the bean provider therefore the bean implementation should contain matching ejbFind<METHOD>() methods so that the container can invoke the corresponding find operation. |
setEntityContext() method is invoked by the container after the creation of the instance. |
unsetEntityContext() method is invoked by the container to inform the bean instance that it reached the end of its existence. |