Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.95 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <!DOCTYPE hibernate-configuration PUBLIC
  3.        "-//Hibernate/Hibernate Configuration DTD//EN"
  4.        "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
  5. <hibernate-configuration>
  6.     <session-factory>
  7.         <property name="connection.url">jdbc:mysql://localhost:3306/Hallberg_F18</property>
  8.         <property name="connection.driver_class">com.mysql.jdbc.Driver</property>
  9.         <property name="connection.username">eybebbebe</property>
  10.         <property name="connection.password">eeyy</property>
  11.         <mapping class="com.Hallberg.Jacob.F18.BookEntity"/>
  12.         <mapping class="com.Hallberg.Jacob.F18.DvdEntity"/>
  13.         <!-- <property name="connection.username"/> -->
  14.         <!-- <property name="connection.password"/> -->
  15.  
  16.         <!-- DB schema will be updated if needed -->
  17.         <!-- <property name="hbm2ddl.auto">update</property> -->
  18.     </session-factory>
  19. </hibernate-configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement