Subversion Repositories SmartDukaan

Rev

Rev 7410 | Rev 12800 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE configuration
    PUBLIC "-//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="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" />
    </typeAliases>
</configuration>