An entity bean is an object representing an object view of an entity stored in a persistent storage (data base). |
Multiple clients can access an entity object concurrently. |
Container properly synchronizes access to the entity state using transactions. |
Entity beans have a persistent identity which will survive after server crashes. This identity is assigned by the container. |