<?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>
		<property name="hibernate.connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
		<property name="hibernate.connection.password">change</property>
		<property name="hibernate.connection.url">jdbc:oracle:thin:@0.0.0.0:1521:change</property>
		<property name="hibernate.connection.username">change</property>
		<property name="hibernate.dialect">org.hibernate.dialect.Oracle9Dialect</property>
		<property name="hibernate.default_schema">REGIODATA</property>
		<property name="hibernate.current_session_context_class">thread</property>
		<property name="hibernate.show.sql">true</property>
		<property name="hibernate.connection.characterEncoding">UTF-8</property>								
		
		<mapping class="de.enerko.auftragsabwicklung.eo.tests.Master" />
		<mapping class="de.enerko.auftragsabwicklung.eo.tests.Detail" />								
	</session-factory>
</hibernate-configuration>
