DTO
abbr. 详细试验目的(detailed test objective);费用折衷(dollar trade-off)
2025-10-08 13:50 浏览次数 13
abbr. 详细试验目的(detailed test objective);费用折衷(dollar trade-off)
Domain DTO域数据传送对象
DTO Derated Takeoff减功率起飞
dto reactiondto反应
dto反应dto reaction
dto-mba writing东巴文字
DTO Ditto减功率起飞
Dto Economico主修专业
Custom DTO定制数据传送对象
No additional DAL or DTO classes are needed in this article.
本文不需要任何额外的DAL或dto类。
The DTO they return is described in the class diagram on Figure 5.
它们所返回的DTO在图5的类关系图中进行了描述。
More seriously, the name you choose for a DTO should clearly indicate what data it is returning.
认真一点讲,您为DTO选择的名称应该清楚地指示它所返回的数据。
The relationships shown on the diagram enable multiple paths by which we could retrieve a DTO that composes information from all four entity types. For example.
关系图上显示的关系启用了多个路径,我们可以通过这些路径检索组成所有四个实体类型的信息的DTO。
This applies to a delegated method on an entity EJB, an entity Home method, a session facade, or (as you call it) a DTO assembler class.
这适合于实体e JB、实体home方法、会话外观或(如您所称)D TO装配器类上的已委托的方法。
When you implement a new class of use case, you have to create a new DTO and go tweak the EJB to retrieve it.
当实现用例的新类时,必须创建一个新的DTO,并调整EJB以对其进行检索。
Abstr: production mode of DTO is manufacturing enterprises which take the new production mode for meeting the increasing demand of customers personalized and diversification.
文章摘要:按订单设计生产模式是制造企业为了满足不断增加的客户个性化和多样化需求而采取的新的生产模式。
The location service receives the collection of DTO objects from the data layer and generates the corresponding JSON data for use in the presentation layer.
位置服务从数据层接收d TO对象的集合,然后生成对应的JSON数据,在表示层使用。
The following configuration in dwr.xml shows how to configure a DTO
下面dwr.xml的配置信息展示了如何配置一个DTO
If you are familiar with LCDS, you know that Data Managemet Services use ChangeObject, which is a special DTO that is used to propagate the changes between the server and the client.
如果熟悉LCDS,那么你应该知道DataManagemetServices使用了ChangeObject,这是一个特殊的DTO,用来在服务端与客户端之间传播变化。
Should a DTO include different constructors?
要一个DTO包括不同的构造函数?
How to write Utility class so that I can perform lazy loading with DTO design pattern?
如何写的工具类,以便我可以使用设计模式实现延迟加载?
No additional DTO classes are created in this article.
本文没有创建额外的dto类。
Of course, the tradeoff is that DTO almost always contains more data than you need for a given unit of work, especially in real world entities that tend to have lots of attributes.
当然,折衷方案是DTO 中包含的数据几乎始终多于给定工作单元所需的数据,在通常具有很多属性的实际实体中更是如此。
The middle-ground (the EJB Advocate is reminded of Goldilocks and the Three Bears) is to tailor the DTO structure to return exactly what you need.
中立方法(EJB倡导者想起了《金发姑娘与三只熊》的故事)就是对DTO结构进行定制,使其準确返回您所需要的数据。
Further, recommending code that lets you ask an entity EJB component to 「give me a DTO of yourself」 seems reasonable and well encapsulated.
此外,推荐的代码看起来非常合理,并得到了良好封装,能够让您要求实体e JB组件「给我一个您自己的DTO」。
We「ll use it as a DTO here, but it should be evident that it doesn」t matter where it came from - it's acceptable to work in terms of your domain, if you want.
我们在这里把它作为DTO来用,但很显然,它来自哪里并不重要——如果你愿意,根据你的领域去处理它也可以。
Under production mode of DTO, this paper puts forward a hypothesis by analysis on characteristics of production mode of DTO and relative competitive priorities.
在按订单生产模式下,通过对按订单设计生产模式特征以及相关的竞争优先权特征的分析,提出假设。
This is by design, since having a DTO write back to e.g. a domain model would (among other things) take away its immutability, and is often considered an anti-pattern.
这需要通过设计完成,因为让DTO回写到,比方说:域模型或其他东西,就会更改它的持久性,同时人们也认为它是反模式的。
Writing the domain object to DTO mapping code is tedious.
域对象写入DTO映射代码是非常枯燥。