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

META-INF.oozie-hsqldb-orm.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_1_0.xsd"
                 version="1.0">
    <entity class="org.apache.oozie.client.rest.JsonSLAEvent">
        <attributes>
            <id name="event_id">
                <generated-value strategy="IDENTITY"/>
            </id>
        </attributes>
    </entity>
</entity-mappings>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy