All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eap7.eap6.tests.data.data-hibernate4.Hibernate4_0040_persistence-sqlserver.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0"?>
<persistence xmlns="http://xmlns.jcp.org/xml/ns/persistence">
    <persistence-unit name="myapp">
        <provider>org.hibernate.ejb.HibernatePersistence</provider>
        <jta-data-source>java:/DefaultDS</jta-data-source>
        <properties>
            <property name="hibernate.dialect" value="org.hibernate.dialect.SQLServerDialect"/>
        </properties>
    </persistence-unit>
</persistence>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy