Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
  3. <persistence-unit name="myPU" transaction-type="JTA">
  4. <jta-data-source>jdbc/mysqlpool</jta-data-source>
  5. <class>domain.Person</class>
  6. </persistence-unit>
  7. </persistence>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement