All Implemented Interfaces:
EnterpriseBean
| Method from javax.ejb.EntityBean Summary: |
|---|
| ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, setEntityContext, unsetEntityContext |
| Method from javax.ejb.EntityBean Detail: |
|---|
This method executes in an unspecified transaction context. |
This method always executes in the transaction context determined by the value of the transaction attribute in the deployment descriptor. |
This method executes in an unspecified transaction context. |
This method is called in the transaction context of the remove operation. |
This method always executes in the transaction context determined by the value of the transaction attribute in the deployment descriptor. |
This method is called in an unspecified transaction context. |
This is the last method that the container invokes on the instance. The Java garbage collector will eventually invoke the finalize() method on the instance. This method is called in an unspecified transaction context. |