Your company is considering migrating a persistence module implemented using CMP entity
beans to JPA. Which two statements are true? (Choose two.)
A.
Each CMP entity bean can be mapped to a single JPA entity class.
B.
The client code that accesses the CMP entity beans does not have to change.
C.
JPA cannot capture all the kinds of relationships supported by CMP entity beans.
D.
The resulting JPA persistence module can be used on both the client and the server.
E.
The JNDI name of a JPA entity class can be customized to match that of the corresponding
CMP entity bean.
F.
Remote clients of the CMP entity beans must start using web services to access the JPA
entity classes on the server.
Explanation: