Experiment results show that the design patterns, which integrated by the value-object and iterator, effectively improve the performance of network data transmission.
实验结果表明两种设计模式相结合能有效提高网络数据传输性能。
The response template contains a type safe subset of the value object information graph requested by the user in the request template.
响应模板中包含类型安全的值对象信息图子集,这些信息是用户在请求模板中请求的。
See listing 5 for an example of one of the interface methods for listing phonebook entries and returning their value object representations.
参见清单5,它是其中一个接口方法的示例,列出电话簿条目并返回它们的值对象表示。
The value object in Listing 2 looks almost identical to our remote interface, but it's actually a concrete class.
清单2中的值对象看起来和我们的远程接口几乎相同,但它实际上是具体类。
For example, a user is a mutable entity, but you might use an immutable value object to represent the user's address, just changing the address that you point to for the user if he or she moves.
例如,虽然用户是可变实体,但是您可以使用不可变值对象来表示用户的地址,如果用户移动了位置,那么只需为该用户更改您所指向的地址。
The navigator takes a request template and a value object as input and returns and response template.
导航器将获取作为输入的请求模板和值对象,并返回响应模板。
The calling component instantiates an object — deliberately not called a value object — that implements these interfaces and USES this object as a method parameter in both method calls.
调用组件将实现这些接口的对象(故意不称之为值对象)实例化,并在这两个方法调用中将该对象用作方法参数。
Obtains the reference for the table ID, value object class, session attribute for data rows, and session attribute for combo box if one exists.
取得对表格ID、值对象类、数据行的会话属性和组合框(如果有的话)的会话属性的引用。
If the application USES a DAO (data access object) with dynamic SQLs and stored procedures, the value object that is passed to DAO can be declared as a cloud resource using annotations.
如果应用程序使用DAO(数据访问对象)来产生动态sql和存储过程,那么传递给DAO的值对象就可以使用注释声明为一种云资源。
In a data logic method, the return value is an object or value that matches the method signature.
在数据逻辑方法中,返回值是一个对象或与方法签名相匹配的值。
The key uniquely identifies the required value object.
密钥唯一地标识所需的值对象。
The key uniquely identifies the value object required.
密钥唯一地标识所需的值对象。
For example, if we only want to see the past week's bank account transitions, the child aggregate data value object would have a filter for the date.
例如,如果我们只希望了解过去一周的银行帐户交易,则子聚合数据值对象应该使用日期筛选。
The data object in these CRUD operations, ideally for this pattern, is a composite value object data object.
这些CRUD操作中的数据对象是组合值对象数据对象,特别适合此模式。
The majority of the Amazon storage patterns were based on primary key access leading to single value or object.
亚马逊的大多数存储模式都建基于通过主键访问某个值或对象。
The value object contains a snapshot of the data in the database, but it won't dynamically reflect changes to that data.
虽然值对象包含数据库中数据的快照,但它不能动态地反映数据的更改。
The facade in turn returns or consumes the appropriate value object, based on the action performed.
外观根据执行的操作返回或使用适当的值对象。
The service implementation queries the provider using the key and gets the corresponding value object associated with that key.
服务实现查询使用密钥的提供程序,并获得与该密钥关联的对应值对象。
These Value methods return a Value object and they add the value to the enumeration’s collection of values.
这些Value方法返回一个Value对象,它们会把这些值加到枚举值的集合中去。
For each value object, the values are stored in the inner vector.
对于每一个值对象,将其值存储到内部vector中。
You might, for example, be using a value object inside a class — such as the BagImpl class above.
比方说,您可以在一个类中使用值对象,就像上面的bagimpl类那样。
The AccountInfo value object needs to have an additional field and accessor method for accountHolderName.
AccountInfo值对象需要有一个附加的字段和 accountHolderName 的访问器方法。
By using the value object directly, instead of repeatedly using the bean's remote interface, we can reduce our RMI traffic to a single method invocation.
通过直接使用值对象,而不是反复使用bean的远程接口,我们可以将R mi通信减少到一次方法调用。
The facade also accepts a person value object to update or create a person entry in the backend.
外观还接收一个person值对象以便在后端中更新或创建person项。
Update the Person value object in raj.vo.Person, by adding another field and the corresponding getter/setter.
更新raj.vo.Person中的Person值对象,添加另一个字段以及相应的getter/setter。
Note that the value object is typically indicated by the bean's name followed by Info.
通常用bean的名称加上Info来表示值对象。
Creating a value object class is the first part of our RMI solution. The second part is the addition of two valuable methods to our remote interface, as shown in Listing 3.
创建值对象类是我们的RMI解决方案的第一个部分。
The response template contains a type-safe subset of the value object information graph requested by the user in the request template.
响应模板中包含类型安全的值对象信息图子集,这些信息是用户在请求模板中请求的。
The response template contains a safe sub-set of the value object information graph requested by the user in the request template.
响应模板中包含值对象信息图的安全子集,这些信息图是用户在请求模板中请求的。
These are represented by object-attribute-value triples — that is, an object o has an attribute a with the value v.
这些是由对象-属性-值三元组表示的——即对象o拥有属性A,属性a的值是V。
应用推荐