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

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

Go to download

A library with essential functionality on common resources like Locations, LocationGroups and TransportUnits

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">

    <entity class="org.openwms.common.jpa.AuditableRevisionEntity" name="AuditableRevisionEntity" access="FIELD">
        <sequence-generator name="generator" sequence-name="com_srv_rev_seq" allocation-size="1" />
    </entity>

    <entity class="org.openwms.common.account.Account" name="Account" access="FIELD">
        <sequence-generator name="generator" sequence-name="com_account_seq" allocation-size="1" />
    </entity>

    <!-- Barcode Package -->
    <entity class="org.openwms.common.transport.barcode.NextBarcode" name="NextBarcode" access="FIELD">
        <sequence-generator name="generator" sequence-name="com_next_barcode_seq" allocation-size="1" />
    </entity>

    <!-- Transport Package -->
    <entity class="org.openwms.common.transport.TransportUnit" name="TransportUnit" access="FIELD">
        <sequence-generator name="generator" sequence-name="com_transport_unit_seq" allocation-size="1" />
    </entity>
    <entity class="org.openwms.common.transport.TransportUnitType" name="TransportUnitType" access="FIELD">
        <sequence-generator name="generator" sequence-name="com_transport_unit_type_seq" allocation-size="1" />
    </entity>
    <entity class="org.openwms.common.transport.TypePlacingRule" name="TypePlacingRule" access="FIELD">
        <sequence-generator name="generator" sequence-name="com_type_placing_rule_seq" allocation-size="1" />
    </entity>
    <entity class="org.openwms.common.transport.TypeStackingRule" name="TypeStackingRule" access="FIELD">
        <sequence-generator name="generator" sequence-name="com_type_stacking_rule_seq" allocation-size="1" />
    </entity>
    <entity class="org.openwms.common.transport.UnitError" name="UnitError" access="FIELD">
        <sequence-generator name="generator" sequence-name="com_unit_error_seq" allocation-size="1" />
    </entity>

    <!-- Location Package -->
    <entity class="org.openwms.common.location.Location" name="Location" access="FIELD">
        <sequence-generator name="generator" sequence-name="com_location_seq" allocation-size="1" />
    </entity>
    <entity class="org.openwms.common.location.LocationType" name="LocationTyoe" access="FIELD">
        <sequence-generator name="generator" sequence-name="com_location_type_seq" allocation-size="1" />
    </entity>
    <entity class="org.openwms.common.location.Message" name="Message" access="FIELD">
        <sequence-generator name="generator" sequence-name="com_message_seq" allocation-size="1" />
    </entity>
    <entity class="org.openwms.common.location.LocationGroup" name="LocationGroup" access="FIELD">
        <sequence-generator name="generator" sequence-name="com_location_group_seq" allocation-size="1" />
    </entity>
    <entity class="org.openwms.common.location.impl.registration.ReplicaRegistry" name="ReplicaRegistry" access="FIELD">
        <sequence-generator name="generator" sequence-name="com_replica_registry_seq" allocation-size="1" />
    </entity>
</entity-mappings>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy