| 1. |
Which of the following statements about JPA entities in Jakarta EE 11 are true?
Please select all the correct answers.
|
| |
A.
|
Each client has a one-to-one relationship with an entity instance. |
| |
B.
|
A JPA entity has a one-to-one relationship with the underlying database row. |
| |
C.
|
Calling EntityManager.remove() deletes the entity and its underlying data. |
| |
D.
|
JPA entity instances are discarded when the container crashes. |