 |
Bean Managed Persistence
In a nutshell, when an entity EJB is configured to use BMP when deployed within a J2EE EJB container, the bean's application code is responsible for managing the bean's persistent data to/from a data repository such as a database table. For example, the bean could use JDBC to read/write to a database.
Also See
Discussion about BMP
|