ajayshankarr1 of Leanswift
5/24/2019 - 6:17 AM

Persistence TST

<?xml version="1.0" encoding="UTF-8"?>
<persistence version="2.1"
	xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">

	<persistence-unit name="M3tables">
		<provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>

		<!-- class>com.leanswift.webapp.integration.model.m3.Mitmas</class-->
		<class>com.leanswift.webapp.integration.model.m3.Ooline</class>
		<class>com.leanswift.webapp.integration.model.m3.Oohead</class>
		<class>com.leanswift.webapp.integration.model.m3.Osytxh</class>
		<class>com.leanswift.webapp.integration.model.m3.Osytxl</class>
		<class>com.leanswift.webapp.integration.model.m3.Csytab</class>
		<class>com.leanswift.webapp.integration.model.m3.Mitbal</class>
		<class>com.leanswift.webapp.integration.model.m3.Mitfac</class>
		<class>com.leanswift.webapp.integration.model.m3.Mitmas</class>
		<class>com.leanswift.webapp.integration.model.m3.Mteinf</class>
		<class>com.leanswift.webapp.integration.model.m3.Oascus</class>
		<class>com.leanswift.webapp.integration.model.m3.Oasitn</class>
		<class>com.leanswift.webapp.integration.model.m3.Ocusad</class>
		<class>com.leanswift.webapp.integration.model.m3.Ocusma</class>
		<exclude-unlisted-classes>true</exclude-unlisted-classes>
		<properties>
			<property name="hibernate.dialect" value="org.hibernate.dialect.SQLServerDialect" />
			<property name="hibernate.hbm2ddl.auto" value="update" />
			<property name="hibernate.show_sql" value="true" />
			<property name="hibernate.connection.charSet" value="UTF-8" />
			<property name="hibernate.connection.driver_class" value="net.sourceforge.jtds.jdbc.Driver" />
			<property name="hibernate.connection.url" value="jdbc:jtds:sqlserver://JBHQTLS02:1433/M3EDBTST" />
			<property name="hibernate.default_schema" value="MVXJDTA"/>
			<property name="hibernate.connection.username" value="lswebapp" />
			<property name="hibernate.connection.password" value="jbg852$"/>
		</properties> 
	</persistence-unit>
</persistence>