- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE hibernate-configuration PUBLIC
- "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
- "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
- <hibernate-configuration>
- <session-factory name="sessionFactory">
- <property name="hibernate.connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
- <property name="hibernate.connection.password">a</property>
- <property name="hibernate.connection.url">jdbc:oracle:thin:@localhost:1522:orcl</property>
- <property name="hibernate.connection.username">DGJMYXKF</property>
- <property name="hibernate.default_catalog">DGJMYXKF</property>
- <property name="hibernate.default_schema">DGJMYXKF</property>
- <property name="hibernate.dialect">org.hibernate.dialect.Oracle10gDialect</property>
- </session-factory>
- </hibernate-configuration>
|