A developer needs to include a set of managed classes in a persistence unit.
Which two solutions are correct? (Choose two.)
A.
Place the class filesinthe orm.xml file.
B.
Placetheclassfiles in therootof thepersistence unit.
C.
Place the classfilesin any mapping file that is includedonthe classpath.
D.
Placetheclass files inanyjar on the classpath that is included in the persistence unit.