| 4500 |
mandeep.dh |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<!DOCTYPE configuration
|
|
|
3 |
PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
|
|
|
4 |
"http://mybatis.org/dtd/mybatis-3-config.dtd">
|
|
|
5 |
|
|
|
6 |
<configuration>
|
|
|
7 |
<settings>
|
|
|
8 |
<!-- changes from the defaults -->
|
|
|
9 |
<setting name="lazyLoadingEnabled" value="false" />
|
|
|
10 |
</settings>
|
|
|
11 |
<typeAliases>
|
|
|
12 |
<typeAlias alias="scan" type="in.shop2020.warehouse.domain.Scan" />
|
|
|
13 |
<typeAlias alias="inventoryItem" type="in.shop2020.warehouse.domain.InventoryItem" />
|
| 5372 |
mandeep.dh |
14 |
<typeAlias alias="detailedPurchaseScan" type="in.shop2020.warehouse.DetailedPurchaseScan" />
|
| 5496 |
mandeep.dh |
15 |
<typeAlias alias="invoiceScan" type="in.shop2020.warehouse.InvoiceScan" />
|
| 5711 |
mandeep.dh |
16 |
<typeAlias alias="inventoryAge" type="in.shop2020.warehouse.InventoryAge" />
|
| 10689 |
manish.sha |
17 |
<typeAlias alias="amazonTransferredSkuDetail" type="in.shop2020.warehouse.domain.AmazonTransferredSkuDetail" />
|
| 6548 |
amar.kumar |
18 |
<typeAlias alias="inventoryAvailability" type="in.shop2020.warehouse.InventoryAvailability" />
|
| 7613 |
amar.kumar |
19 |
<typeAlias alias="inTransitInventory" type="in.shop2020.warehouse.domain.InTransitInventory" />
|
| 6880 |
amar.kumar |
20 |
<typeAlias alias="inventoryMovement" type="in.shop2020.warehouse.InventoryMovement" />
|
| 7410 |
amar.kumar |
21 |
<typeAlias alias="transferLot" type="in.shop2020.warehouse.domain.TransferLot" />
|
|
|
22 |
<typeAlias alias="possibleWarehouseMovement" type="in.shop2020.warehouse.domain.PossibleWarehouseMovement" />
|
| 12800 |
manish.sha |
23 |
<typeAlias alias="invAgeConsiderItems" type="in.shop2020.warehouse.InvAgeConsiderItems" />
|
| 14491 |
manish.sha |
24 |
<typeAlias alias="doaOutInventoryItem" type="in.shop2020.warehouse.DoaOutInventoryItem" />
|
| 15045 |
manish.sha |
25 |
<typeAlias alias="removalStockShipmentReference" type="in.shop2020.warehouse.domain.RemovalStockShipmentReference"/>
|
| 16264 |
manish.sha |
26 |
<typeAlias alias="transferInvoiceScan" type="in.shop2020.warehouse.TransferInvoiceScan"/>
|
| 4500 |
mandeep.dh |
27 |
</typeAliases>
|
|
|
28 |
</configuration>
|