UNIT - 4
Configuring JPA Applications
Introduction, Advanced Topics, and Modern Practices
https://ravulakartheek.blogspot.com/
https://ravulakartheek.blogspot.com/
Configuring JPA Applications
<persistence-unit name="myUnit">
<jta-data-source>jdbc/myDB</jta-data-source>
<class>com.example.Employee</class>
</persistence-unit>
https://ravulakartheek.blogspot.com/
https://ravulakartheek.blogspot.com/