Home
Verifying the persistence.xml file
Open the persistence.xml file and verify that the three class have been added:
<persistence version="1.0" ......><persistence-unit name="RAD75JPA"><class>itso.bank.entities.Account</class><class>itso.bank.entities.Customer</class><class>itso.bank.entities.Transaction</class></persistence-unit></persistence>
ibm.com/redbooks