|
|
|
| |
Bean-managed
persistence
A Bean-managed persistent entity bean is an
entity bean that must pe persisted by hand,
in other words the component developer must
write code to translate the in memory fields
into an underlying data store. You have to handle
persistent operations yourself - including saving,
loading, and finding data within the entity
bean.
For Bean-managed persistence the transfer of
data between an entity bean instance's variables
and the underlying resource manager is managed
by the entity bean.
|
|