| 程序包 | 说明 |
|---|---|
| com.jdon.controller.model | |
| com.jdon.domain.proxy |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ModelIF
Domain Model should normal live in memory not in database.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DynamicModel
Dynamic Model this class can be used for DTO
|
class |
Model
Base domain model it can be DTO or nested Model. it is the important message
between business layer and view layer. in view layer, it is created by form
object(such as ActionForm object);in business layer, it is created by
business components(such as session bean).
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ModelProxyWrapper |
Copyright © 2018. All rights reserved.