A Java Persistence application uses entities mapped to tables from two datasources in the same
transaction. What statement is correct?
A.
This is NOT possible.
B.
The entities mustbepackaged into two persistence units.
C.
The entitiescanbe packaged intoa singlepersistence unit
D.
Theentities must be packaged usingtwo differentpersistence.xml files.