Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.67 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
  3.   <persistence-unit name="JEE_Application-ejbPU" transaction-type="JTA">
  4.     <jta-data-source>SYSDIS</jta-data-source>
  5.     <class>Package_Entities.Users</class>
  6.     <exclude-unlisted-classes>false</exclude-unlisted-classes>
  7.     <properties>
  8.       <property name="javax.persistence.schema-generation.database.action" value="create"/>
  9.     </properties>
  10.   </persistence-unit>
  11. </persistence>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement