Advertisement
Guest User

Untitled

a guest
Jun 1st, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <session-factory>
  2. <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
  3. <property name="hibernate.connection.url">jdbc:mysql://localhost/hibernate</property>
  4. <property name="hibernate.connection.username">root</property>
  5. <property name="hibernate.connection.password">prschprt</property>
  6. <property name="hibernate.show_sql">true</property>
  7. <property name="hibernate.format_sql">true</property>
  8. <property name="hibernate.dialect">org.hibernate.dialect.MySQLInnoDBDialect</property>
  9.  
  10. <mapping class="br.com.caelum.SUA_CLASSE_AQUI!!"/>
  11. <mapping class="br.com.caelum.SUA_CLASSE_AQUI!!"/>
  12.  
  13. </session-factory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement