The Container invokes newInstance() method on the bean's class to obtain a an instance. The container invokes setEntityContext() method on the instance to pass the context information to the instance. |
The instance is in semi-active state at this point because find<METHOD>() methods can be invoked by the container but no client call (except the finder operations) can cause any method call on the instance. |