1 | 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. |
2 | setEntityContext() method is invoked by the container after the creation of the instance. |
3 | unsetEntityContext() method is invoked by the container to inform the bean instance that it reached the end of its existence. |