| 接口 | 说明 |
|---|---|
| ModelIF |
Domain Model should normal live in memory not in database.
|
| Node |
tree's Node
Node is a relation between nodes of tree.
|
| 类 | 说明 |
|---|---|
| DynamicModel |
Dynamic Model this class can be used for DTO
|
| 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).
|
| ModelUtil |
the class control ModelIF interface and annotation Model
|
Copyright © 2018. All rights reserved.