<?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">org.postgresql.Driver</property>
        <property name="hibernate.connection.password">a#kHA17Nqp*</property>
        <property name="hibernate.connection.url">jdbc:postgresql://pyx-master.int.socialgamer.net/cah</property>
        <property name="hibernate.connection.username">cah</property>
        <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property>
        <property name="transaction.factory_class">org.hibernate.transaction.JDBCTransactionFactory</property>
        
        <property name="show_sql">false</property>
        <property name="format_sql">false</property>
        
        <mapping class="net.socialgamer.cah.db.PyxBlackCard" />
        <mapping class="net.socialgamer.cah.db.PyxWhiteCard" />
        <mapping class="net.socialgamer.cah.db.PyxCardSet" />
    </session-factory>
</hibernate-configuration>
