Subversion Repositories SmartDukaan

Rev

Rev 4500 | Rev 5496 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4500 Rev 5372
Line 9... Line 9...
9
        <setting name="lazyLoadingEnabled" value="false" />
9
        <setting name="lazyLoadingEnabled" value="false" />
10
    </settings>
10
    </settings>
11
    <typeAliases>
11
    <typeAliases>
12
        <typeAlias alias="scan" type="in.shop2020.warehouse.domain.Scan" />
12
        <typeAlias alias="scan" type="in.shop2020.warehouse.domain.Scan" />
13
        <typeAlias alias="inventoryItem" type="in.shop2020.warehouse.domain.InventoryItem" />
13
        <typeAlias alias="inventoryItem" type="in.shop2020.warehouse.domain.InventoryItem" />
-
 
14
        <typeAlias alias="detailedPurchaseScan" type="in.shop2020.warehouse.DetailedPurchaseScan" />
14
    </typeAliases>
15
    </typeAliases>
15
</configuration>
16
</configuration>