Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <persistence version="1.0"
  3. xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
  5. <persistence-unit name="BankingWeb">
  6.  
  7. <provider>org.hibernate.ejb.HibernatePersistence</provider>
  8. <class>ssel.banking.domain.User</class>
  9. <class>ssel.banking.domain.Account</class>
  10. <class>ssel.banking.domain.AccountActivity</class>
  11. </persistence-unit>
  12. </persistence>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement