首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 为项目制定共同的DTO结构态

为项目制定共同的DTO结构态

  • 资源大小:8.05 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 项目 dto 结构 共同 制定

资 源 简 介

A new intuitive DTO architecture, that provides for: Caching - Cached event-driven business operations. Event Broadcasting - Well managed event broadcasting system with well timed flush operations. Efficient transaction Management and handling - Allows better transaction management with event broadcasting system working with cache together. Easy to use - Only takes three steps to use, for example: final Model actorModel = new Model(1L); final CreateEvent createEvent = new CreateEvent(actorModel); new CreateModelDTO().broadcast(createEvent); Will do the trick! and delegate to the framework to persist the actor model to the database with an identifier of 1. (Off course internally it takes care transactions etc. in and by itself).
VIP VIP
0.182261s