EE EJB
Last update: 2021
Session Beans
- Stateful
- Stateless
- Singleton
Entity Beans
- Container managed persistence (CMP)
- Bean managed persistence (BMP)
The entity beans are and they should be replaced with the JPA entities.
Last update: 2021
The entity beans are and they should be replaced with the JPA entities.