 |
Container Managed Persistence
In a nutshell, when an entity EJB is configured to use CMP when deployed within a J2EE EJB container, the container is responsible for managing the bean's persistent data to/from a data repository such as a database table. See the EJB 2.0 CMP and JDO FAQ for a more concise description.
Also See
Discussion about CMP
|