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

META-INF.tms-orm.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0"?>
<entity-mappings xmlns="https://jakarta.ee/xml/ns/persistence/orm"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence/orm https://jakarta.ee/xml/ns/persistence/orm/orm_3_1.xsd"
                 version="3.1">

    <!-- Transport Package -->
    <entity class="org.openwms.tms.ProblemHistory" name="ProblemHistory" access="FIELD">
        <sequence-generator name="generator" sequence-name="tms_ph_seq" allocation-size="1" />
    </entity>
    <entity class="org.openwms.tms.TransportOrder" name="TransportOrder" access="FIELD">
        <sequence-generator name="generator" sequence-name="tms_to_seq" allocation-size="1" />
    </entity>

</entity-mappings>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy