Container-managed persistence (CMP) occurs when the entity object delegates persistence services.
With CMP, the EJB container transparently and implicitly manages the persistent state. The enterprise bean developer does not need to code any database access functions within the enterprise bean class methods.




