Rev 15045 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE configurationPUBLIC "-//mybatis.org//DTD Config 3.0//EN""http://mybatis.org/dtd/mybatis-3-config.dtd"><configuration><settings><!-- changes from the defaults --><setting name="lazyLoadingEnabled" value="false" /></settings><typeAliases><typeAlias alias="scan" type="in.shop2020.warehouse.domain.Scan" /><typeAlias alias="inventoryItem" type="in.shop2020.warehouse.domain.InventoryItem" /><typeAlias alias="detailedPurchaseScan" type="in.shop2020.warehouse.DetailedPurchaseScan" /><typeAlias alias="invoiceScan" type="in.shop2020.warehouse.InvoiceScan" /><typeAlias alias="inventoryAge" type="in.shop2020.warehouse.InventoryAge" /><typeAlias alias="amazonTransferredSkuDetail" type="in.shop2020.warehouse.domain.AmazonTransferredSkuDetail" /><typeAlias alias="inventoryAvailability" type="in.shop2020.warehouse.InventoryAvailability" /><typeAlias alias="inTransitInventory" type="in.shop2020.warehouse.domain.InTransitInventory" /><typeAlias alias="inventoryMovement" type="in.shop2020.warehouse.InventoryMovement" /><typeAlias alias="transferLot" type="in.shop2020.warehouse.domain.TransferLot" /><typeAlias alias="possibleWarehouseMovement" type="in.shop2020.warehouse.domain.PossibleWarehouseMovement" /><typeAlias alias="invAgeConsiderItems" type="in.shop2020.warehouse.InvAgeConsiderItems" /><typeAlias alias="doaOutInventoryItem" type="in.shop2020.warehouse.DoaOutInventoryItem" /><typeAlias alias="removalStockShipmentReference" type="in.shop2020.warehouse.domain.RemovalStockShipmentReference"/><typeAlias alias="transferInvoiceScan" type="in.shop2020.warehouse.TransferInvoiceScan"/></typeAliases></configuration>