Sha256: 148232b9ec383e49d750e9ba106a49f1fac0bb2362af0eed6722a24dce0927ef

Contents?: true

Size: 913 Bytes

Versions: 3

Compression:

Stored size: 913 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<!-- 
This template was written to work with NHibernate.Test.
Copy the template to your NHibernate.Test project folder and rename it in hibernate.cfg.xml and change it 
for your own use before compile tests in VisualStudio.
-->
<!-- This is the ByteFX.Data.dll provider for MySql -->
<hibernate-configuration  xmlns="urn:nhibernate-configuration-2.2" >
	<session-factory name="NHibernate.Test">
		<property name="connection.driver_class">NHibernate.Driver.MySqlDataDriver</property>
		<property name="connection.connection_string">
			Database=test;Data Source=someip;User Id=blah;Password=blah
		</property>
		<property name="dialect">NHibernate.Dialect.MySQLDialect</property>
		<property name="proxyfactory.factory_class">NHibernate.ByteCode.LinFu.ProxyFactoryFactory, NHibernate.ByteCode.LinFu</property>
	</session-factory>
</hibernate-configuration>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nhibernate-3.0.0.1002alpha2 docs/Configuration_Templates/MySql.cfg.xml
nhibernate-2.1.2.4000 docs/Configuration_Templates/MySql.cfg.xml
nhibernate-2.1.0.4000 docs/Configuration_Templates/MySql.cfg.xml