hibernate-jndi.cfg.xml 368 B

12345678
  1. <!DOCTYPE hibernate-configuration PUBLIC
  2. "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
  3. "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
  4. <hibernate-configuration>
  5. <session-factory>
  6. <property name="hibernate.connection.datasource">java:comp/env/jdbc/hello_world</property>
  7. </session-factory>
  8. </hibernate-configuration>