<?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="java:hibernate/SessionFactory">
	<property name="hibernate.connection.datasource">java:comp/env/jdbc/EXTRA_UPDATE_DS</property>
        <property name="hibernate.dialect">org.hibernate.dialect.Oracle9Dialect</property>
        <property name="hibernate.show_sql">false</property>

		<property name="hibernate.cache.use_second_level_cache">true</property>
		<property name="hibernate.cache.provider_class">org.hibernate.cache.EhCacheProvider</property>
		<property name="hibernate.cache.use_query_cache">true</property>
		<property name="hibernate.cglib.use_reflection_optimizer">true</property>
		<!--<mapping resource="no/adressa/vin/Druetype.hbm.xml"/>
		<mapping resource="no/adressa/vin/Eksterneanmeldelser.hbm.xml"/>
		<mapping resource="no/adressa/vin/Hits.hbm.xml"/>
		<mapping resource="no/adressa/vin/Kategori.hbm.xml"/>
		<mapping resource="no/adressa/vin/Region.hbm.xml"/>
		<mapping resource="no/adressa/vin/Vin.hbm.xml"/>
		<mapping resource="no/adressa/vin/VinSisteRegOppl.hbm.xml"/>
		<mapping resource="no/adressa/vin/Vinslipp.hbm.xml"/>
		<mapping resource="no/adressa/vin/Vintype.hbm.xml"/>
		<mapping resource="no/adressa/vin/Volum.hbm.xml"/>-->

		<!--		<mapping resource="no/adressa/booking/Avis.hbm.xml"/>
		<mapping resource="no/adressa/booking/Seksjon.hbm.xml"/>
		<mapping resource="no/adressa/booking/Plassering.hbm.xml"/>
		<mapping resource="no/adressa/booking/Produkt.hbm.xml"/>
		<mapping resource="no/adressa/booking/Bestilling.hbm.xml"/>
		<mapping resource="no/adressa/booking/Bruker.hbm.xml"/>
		<mapping resource="no/adressa/booking/Bestillingsgruppe.hbm.xml"/>
		<mapping resource="no/adressa/booking/AvisProdukt.hbm.xml"/>-->

		<mapping resource="no/adressa/marka/Marka.hbm.xml"/>

		<!--		<mapping resource="no/adressa/studmag/Undersokelser.hbm.xml"/>
		<mapping resource="no/adressa/studmag/Studium.hbm.xml"/>
		<mapping resource="no/adressa/studmag/Studiested.hbm.xml"/>
		<mapping resource="no/adressa/studmag/UType.hbm.xml"/>-->

    </session-factory>
</hibernate-configuration>

