01: /**
02: * GENERATED CODE: DO NOT MODIFY IT UNDER ANY CIRCUMSTANCES!!!
03: */package com.odal.petstore.persistence.gen.bean;
04:
05: public class DefaultBeanToPoMapper
06: extends
07: com.completex.objective.components.persistency.mapper.impl.DynamicMapperImpl {
08:
09: public DefaultBeanToPoMapper() {
10: mapCmpAccount();
11: mapCmpOrder();
12: mapCmpItem();
13: mapBannerDataPO();
14: mapCategoryPO();
15: mapInventoryPO();
16: mapLineItemPO();
17: mapOrderStatusPO();
18: mapProductPO();
19: mapProfilePO();
20: mapSignonPO();
21: mapSupplierPO();
22: }
23:
24: protected void mapCmpAccount() {
25: map(com.odal.petstore.persistence.gen.bean.AccountPoBean.class,
26: com.odal.petstore.persistence.gen.cmp.CmpAccount.class);
27: }
28:
29: protected void mapCmpOrder() {
30: map(com.odal.petstore.persistence.gen.bean.OrderPoBean.class,
31: com.odal.petstore.persistence.gen.cmp.CmpOrder.class);
32: }
33:
34: protected void mapCmpItem() {
35: map(com.odal.petstore.persistence.gen.bean.ItemPoBean.class,
36: com.odal.petstore.persistence.gen.cmp.CmpItem.class);
37: }
38:
39: protected void mapBannerDataPO() {
40: map(
41: com.odal.petstore.persistence.gen.bean.BannerDataPoBean.class,
42: com.odal.petstore.persistence.gen.pos.BannerDataPO.class);
43: }
44:
45: protected void mapCategoryPO() {
46: map(
47: com.odal.petstore.persistence.gen.bean.CategoryPoBean.class,
48: com.odal.petstore.persistence.gen.pos.CategoryPO.class);
49: }
50:
51: protected void mapInventoryPO() {
52: map(
53: com.odal.petstore.persistence.gen.bean.InventoryPoBean.class,
54: com.odal.petstore.persistence.gen.pos.InventoryPO.class);
55: }
56:
57: protected void mapLineItemPO() {
58: map(
59: com.odal.petstore.persistence.gen.bean.LineItemPoBean.class,
60: com.odal.petstore.persistence.gen.pos.LineItemPO.class);
61: }
62:
63: protected void mapOrderStatusPO() {
64: map(
65: com.odal.petstore.persistence.gen.bean.OrderStatusPoBean.class,
66: com.odal.petstore.persistence.gen.pos.OrderStatusPO.class);
67: }
68:
69: protected void mapProductPO() {
70: map(com.odal.petstore.persistence.gen.bean.ProductPoBean.class,
71: com.odal.petstore.persistence.gen.pos.ProductPO.class);
72: }
73:
74: protected void mapProfilePO() {
75: map(com.odal.petstore.persistence.gen.bean.ProfilePoBean.class,
76: com.odal.petstore.persistence.gen.pos.ProfilePO.class);
77: }
78:
79: protected void mapSignonPO() {
80: map(com.odal.petstore.persistence.gen.bean.SignonPoBean.class,
81: com.odal.petstore.persistence.gen.pos.SignonPO.class);
82: }
83:
84: protected void mapSupplierPO() {
85: map(
86: com.odal.petstore.persistence.gen.bean.SupplierPoBean.class,
87: com.odal.petstore.persistence.gen.pos.SupplierPO.class);
88: }
89:
90: }
|