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

META-INF.persistence.xml Maven / Gradle / Ivy

There is a newer version: 1.1.3.Final
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<persistence 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"
             version="2.1">
    <persistence-unit name="OpenfactPU" transaction-type="JTA">
        <jta-data-source>java:jboss/datasources/OpenfactDS</jta-data-source>
        <provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>
        <exclude-unlisted-classes>false</exclude-unlisted-classes>
        <properties>
            <property name="hibernate.show_sql" value="${show_sql}"/>
            <property name="hibernate.format_sql" value="${format_sql}"/>
            <property name="hibernate.hbm2ddl.auto" value="${hbm2ddl.auto}"/>
            <property name="hibernate.cache.use_second_level_cache" value="${cache.use_second_level_cache}"/>
        </properties>
    </persistence-unit>
</persistence>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy