Method Summary |
|
public void | ejbActivate() Called when the entity bean is taken from the pool and bound to
a specific underlying entity. |
public void | ejbLoad() Called to resynchronize the entity bean with the backing store. |
public void | ejbPassivate() Called when the entity bean is about to be returned to the pool. |
public void | ejbRemove() |
public void | ejbStore() |
public EntityContext | getEntityContext() Returns the entity context. |
public void | setEntityContext(EntityContext entityContext) Sets the entity context. |
public void | unsetEntityContext() Unsets the entity context when it's taken out of use. |