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: 0.68.0.1
Show newest version
<persistence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xmlns="http://xmlns.jcp.org/xml/ns/persistence"
             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="entityassist_generator">
        <provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>
        <class>com.jwebmp.entityassist.converters.LocalDateAttributeConverter</class>
        <class>com.jwebmp.entityassist.converters.LocalDateTimeAttributeConverter</class>
        <class>com.jwebmp.entityassist.converters.LocalDateTimestampAttributeConverter</class>

        <class>com.jwebmp.entityassist.CoreEntity</class>
        <class>com.jwebmp.entityassist.BaseEntity</class>
        <class>com.jwebmp.entityassist.SCDEntity</class>


        <exclude-unlisted-classes>true</exclude-unlisted-classes>
        <properties>
            <property name="guicedpersistence.ignore" value="true"/>
            <property name="jboss.as.jpa.managed" value="false"/>
        </properties>
    </persistence-unit>
</persistence>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy