Skip to content

Instantly share code, notes, and snippets.

@winio94
Created May 29, 2017 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save winio94/9a9c842294cb94591dd9dc50650a6bab to your computer and use it in GitHub Desktop.
Save winio94/9a9c842294cb94591dd9dc50650a6bab to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<persistence xmlns="http://java.sun.com/xml/ns/persistence" version="2.0">
<persistence-unit name="ztpPersistenceUnit" transaction-type="JTA">
<class>model.Book</class>
<class>model.Author</class>
<class>model.Counter</class>
<exclude-unlisted-classes>false</exclude-unlisted-classes>
<jta-data-source>ztpDataSource</jta-data-source>
<properties>
<property name="eclipselink.ddl-generation" value="create-tables"/>
</properties>
</persistence-unit>
</persistence>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment