因为SQLObject总是需要该字段对象,所以它总会创建一个。
Because SQLObject always needs this field object, it always creates one.
最后注意,无需在PhoneNumber中为id字段创建字段对象。
Finally, note that there's no need to create a field object in PhoneNumber for the id field.
描述符也可以提供与注释相同的有关实体的元数据信息,如主键字段,以及对象之间的任何映射。
The descriptor can also provide the same metadata information about the entities as annotations, such as primary key field, and any mappings between objects.
这些映射只是将数据库中的正确位置与您请求的对象的字段连接起来。
These maps simply join the correct place in the database to the field of the object that you require.
转换类型可分为三类:方法调用转换、字段访问转换和新对象转换。
These fall into three categories: method call transformations, field access transformations, and a new object transformation.
定义操作字段与中间对象之间的映射。
Define the mapping between action fields and intermediate objects.
这种做法并不常见,因为需要开发人员创建仅用于访问非实例(静态)方法和字段的对象的实例。
This is unusual because it requires a developer to create an instance of an object just to access non-instance (static) methods and fields!
引用对象的字段也可以作为中介处理程序参数公开。
Fields that reference objects can also be exposed as mediation handler parameters.
所有下拉列表、网格视图和表单字段都绑定到业务对象。
All drop-down lists, grid views, and form fields are bound to the business objects.
您还可以优化对象设计使其去除不必要的字段,从而减小所返回的对象的大小(以及网络传输时间)。
You can also reduce the size of the objects returned (and thus the network transmission time) simply by optimizing your object design to not include unnecessary fields.
这个结构还有其他字段,比如查询类型、对象uuid、接口id等等。
This structure also has other fields like inquiry type, object UUID, interface ID among others.
所使用的表示法取决于字段是简单对象类型、简单原语类型还是数组类型。
The representation used depends on whether the field is a simple object type, a simple primitive type, or an array type.
元数据浏览器只显示适用于用户选择的数据操作的对象和字段。
The metadata browser displays only the objects and fields that are applicable to the user-selected data operations.
存储XML数据的关系数据库通常使用大型二进制对象(BLOB)字段类型存储XML。
Relational databases that store XML data usually use Binary Large Object (BLOB) field types to store XML.
团队无法确定的字段或对象常常对于了解给定设备的功能很关键。
The fields or objects that the team was uncertain about were often central to the function of a given device.
下一步,您需要指定如何将每个事件对象字段映射到中间对象字段。
Next you need to specify how each of the event object fields is mapped to the intermediate object fields.
它包括对象的名称和字段的数组。
下一步,您需要定义如何在中间对象的基础上构造操作,以及定义从中间对象字段到操作字段的映射。
Next, you need to define how the actions are constructed from intermediate objects and the mapping from the intermediate object fields to the action fields.
JSDT试图解析对象的所有字段和方法。
JSDT attempts to resolve all fields and methods for an object.
定义中间对象字段与事件字段之间的映射。
Define the mapping between intermediate object fields and event fields.
尤其是,要检查应该填充的中间对象字段是否存在。
In particular, look to see whether intermediate object fields that should be populated are there or not.
这将指定在事件字段的基础上构造中间对象的所有字段。
This specifies all the fields of the intermediate object that are constructed from event fields.
在编写这些查询时,有一点需要加以注意,即要将定制对象和字段与标准对象和字段区分开。
An important thing to remember when you write these queries is to distinguish custom objects and fields from standard objects and fields.
如果不需要访问某对象的字段,将方法设置为静态,调用会加速15%到20%。
If you don't need to access an object's fields, make your method static. Invocations will be about 15%-20% faster.
它们通常用于计算事件中不存在的中间对象字段。
They are typically used to compute fields of the intermediate object that are not present in the event.
在调用某个方法时,您经常会在传递一个有多个字段的对象以及单独传递字段之间做出选择。
When calling a method, you can often choose between passing a single object that has multiple fields and passing the fields individually.
在面向对象设计中,传递对象通常能提供较好的封装,因为对象字段的变化不需要改变方法签名。
With object-oriented designs, passing the object often provides better encapsulation, in that changes in the object fields don't require changes to the method signature.
这将指定在事件字段的基础上构建中间对象的字段。
This specifies the fields of the intermediate object that are built from the event fields.
要测量数据的“更新程度”,您可能决定向该对象添加时间戳记字段,以便容易地检测对象是否与后备存储器同步。
To gauge the "freshness" of the data, you might decide to add a timestamp field to the object so that you could easily detect whether the object and the backing store were out of sync.
所生成的页面上的输入字段的顺序取决于在业务对象定义中定义对应字段的顺序。
The order of the input fields on the generated page depends on the order in which the corresponding fields are defined in the business object definition.
应用推荐