单词 | domain object | ||||||||||||||
释义 | domain object
更多释义 收起释义 例句释义: 领域对象,领域模型,范畴对象 1. For an entity to be considered a rich domain object it should not only contain state but also be able to call business services. 一个实体若想成为富领域对象不仅要包含状态,还得能调用业务服务。 www.infoq.com 2. The getChildren method is called when the viewer needs to display the child elements of a domain object. 查看器需要显示域对象的子元素时将调用getChildren方法。 www.ibm.com 3. Before moving on to the Ad controller, you might have noticed that the controller methods make direct use of domain-object data-access code. 在转到Ad控制器之前,您可能注意到了控制器方法直接使用域对象数据访问代码。 www.ibm.com 4. So now that the preliminary work is done, you can proceed to model your first domain object (also known as an entity). 所以现在初步的工作已经完成了,您就可以继续对第一个领域对象(也叫做一个实体)进行建模了。 www.ibm.com 5. Enter either the GUID or the unique name that you set with the Name parameter of the accepted domain object. 输入GUID或使用接受域对象的Name参数设置的唯一名称。 technet.microsoft.com 6. Domain object representing the domain to which the computer running the application is joined. 对象,表示运行应用程序的计算机所要联接的域。 msdn2.microsoft.com 7. The goal of the SDAO pattern is to allow you to isolate one layer (the domain object layer) from another (the data access layer). SDAO模式的目的是允许您将一个层(域对象层)和另一个层(数据访问层)隔离开。 www.ibm.com 8. It would be perfectly reasonable to subclass GenericDaoHibernateImpl to add query capabilities for each domain object. 让子类GenericDaoHibernateImpl为每个域对象添加查询能力将非常合理。 www.ibm.com 9. This provides a way to answer questions about what was known about a domain object at a certain point in time. 由此系统可以回答在某一特定时间点,它知道领域对象的什么信息的问题。 www.infoq.com 10. This interface specifies the signature for a factory that takes a DataReader type and creates a domain object from it. 这个接口为一个工厂定义了使用DataReader类型创建一个域(domain)对象的签名。 www.infoq.com 1. The constraints are defined in the bean (domain object) so the validation logic is close to the domain model. 约束是定义在一个bean(领域对象)中的,因此校验逻辑离领域模型最近。 www.infoq.com 2. This makes representing something like a domain object quite simple, but don't let JSON's simpleness fool you. 虽然这使得表示像域对象那样的事情非常简单,但是不要让JSON的简单欺骗您。 www.ibm.com 3. The task of a data binding framework is to get the value stored in the domain object into that model. 数据绑定框架的任务是获取存储在域对象中的值再导入模型中。 www.ibm.com 4. By default, all properties defined in a domain object (and consequently, Google's low-level Entity API) are indexed. 默认情况下,在域对象上定义的所有属性(如Google低等级的EntityAPI)都将建立索引。 www.ibm.com 5. When we create an instance of a domain type to represent a specific piece of data, we create a domain object. 当我们生成一个域类型的实例来表示一个特定的数据片段时,我们便生成了一个域对象。 www.bbsmvc.com 6. A Domain object corresponds to a domain configuration on a DataPower device. 一个Domain对象对应DataPower上的一个域配置。 www.ibm.com 7. You see the definition of a simple domain object called a FormBean. 这是一个称为FormBean的简单的域对象的定义。 www.ibm.com 8. Use the Name parameter to create a unique name for remote domain object. 使用Name参数创建远程域对象的唯一名称。 technet.microsoft.com 9. Domain object is a container for DomainVersion objects. There can be multiple DomainVersions for a single Domain. 域对象是DomainVersion对象的一个容器,一个域可以有多个DomainVersions。 www.ibm.com 10. You'll see some generic interfaces generated by Grails that support CRUD (create, read, update, delete) on my domain object. 您将看到在我的域对象中,Grails生成了一些支持CRUD(创建、读取、更新、删除)的通用接口。 www.ibm.com 1. For example, a spreadsheet application might have a register object; this object would be a domain object. 例如,一个电子表格应用程序可能包含一个注册对象;这个注册对象就是一个域对象。 www.ibm.com 2. In our customer support scenario, the domain object is the incident that the customer opens with the support representative. 在我们的客户支持方案中,域对象是客户通过支持代表可以打开的事件。 www-128.ibm.com 3. And your domain object to cooperate on the serialization process while remaining loosely coupled . 与域对象合作完成序列化过程,同时还可以维持松散的耦合。 www.bing.com 4. When a domain object leaves the data access tier, it gets detached from the entity manager. 当域对象离开数据访问层时,它与实体管理器脱离。 www.ibm.com 5. This method is used to gather the data from each of the fields on each page of the wizard and populate a domain object. 中,用这个方法收集向导的每个页面上每个域中的数据并把它们填充到一个域对象中。 www-128.ibm.com 6. Name your first Domain Object Application, as shown in Figure 6. 将您的首个领域对象(DomainObject)命名为Application,如图6所示。 www.ibm.com 7. Use this parameter to create a unique name for a remote domain object. 使用此参数可以创建远程域对象的唯一名称。 technet.microsoft.com 8. For more information about how to set additional configuration options on a remote domain object, see Set-RemoteDomain (RTM). 有关如何设置远程域对象的其他配置选项的详细信息,请参阅Set-RemoteDomain(RTM)。 technet.microsoft.com 9. However, when the tested object must create the domain object, we are faced with a problem. 域对象。然而,当测试对象必须创建域对象时,我们面临一个问题。 www-128.ibm.com 10. The domain object Incident is surrounded by collaborative activity. 域对象Incident由协作活动围绕。 www-128.ibm.com 1. For the LDM transformation you have to tag this domain object as an entity stereotype. 对于LDM转换,您必须将这个域对象标记为实体构造型。 www.ibm.com 2. Add a named query for each finder method to the hbm. xml mapping file for the domain object. 将每个查找器的命名查询添加到域对象的hbm.xml映射文件。 www.ibm.com 3. For more information about how to set additional configuration options on the accepted domain object, see Set-AcceptedDomain. 有关如何在接受域对象上设置其他配置选项的详细信息,请参阅Set-AcceptedDomain。 technet.microsoft.com 4. You should follow a well-defined set of expectations when you create a POJO to represent a domain object. 在创建POJO以表示域对象时,您应当遵循定义好的一组期望。 www.ibm.com 5. Services are for methods that go beyond simple CRUD operations on a single domain object. 服务是为在单一区域对象上超越简单CRUD操作的方法而准备的。 www.ibm.com 6. Use this parameter to create a unique name for the accepted domain object. 使用此参数可以为接受域对象创建唯一名称。 technet.microsoft.com 7. The domain object is the item that the user interacts with to complete the process. 域对象是一个用户与其交互以完成该过程的术语。 www-128.ibm.com 8. Domain RBAC allows creating 1024 domain object's on the system. DomainRBAC在系统上最多可创建1024个域对象。 www.ibm.com 9. Each DAO instance is responsible for one primary domain object or entity. 每个DAO实例负责一个主要域对象或实体。 www.ibm.com 10. The collaborative context relates the domain object to the community and other tools. 协作环境将域对象与社区和其他工具相关联。 www-128.ibm.com 1. Because the finder methods are specific to each domain object, they are applied to the typed interfaces of the generic DAO. 因为查找器方法是特定于每个域对象的,因此将其应用于泛型DAO的类型化接口。 www.ibm.com 2. When you remove an accepted domain, the accepted domain object is deleted. 删除接受域时,将删除接受域对象。 technet.microsoft.com 3. Load the domain and domain object database into the kernel with the setkst command. 用setkst命令将域和域对象数据库加载到内核。 www.ibm.com 4. Domain object cross-cutting is not needed. 不需要横切领域对象。 www.infoq.com 5. For instance, in the User object in Listing 2, the findByName method leverages Objectify's get call to load the corresponding domain object. 例如,清单2中的User对象中,findByName方法利用Objectify的get调用来加载相应的域对象。 www.ibm.com 6. This interface-to-factory class generates a DbCommand to delete a domain object from the database. 这个工厂接口类产生一个用来删除域对象的DbCommand。 www.infoq.com 7. Generates update operations based on modified domain object attributes. 基于改良的域对象属性产生更新操作。 blog.csdn.net 8. If a domain object has an independent lifecycle, it should have its own DAO. 如果域对象具有独立生命周期,它应具有自己的DAO。 www.ibm.com 9. There you'll find the Machine and Test domain object classes. 在该包中可以找到Machine和Test域对象类。 www.ibm.com 10. This interface-to-factory class generates a DbCommand to modify a domain object in the database. 这个工厂接口类产生一个用来修改域对象的DbCommand。 www.infoq.com 1. This naked objects pattern of decorating the domain object (see Resources) is used extensively throughout Grails. 这种使用裸对象修饰域对象的模式(请参阅参考资料)在Grails中应用得非常广泛。 www.ibm.com 2. Consider a class that represents the real-world domain object automobile. 考虑一个表示现实世界中的汽车对象的类。 www.ibm.com 3. Writing the domain object to DTO mapping code is tedious. 域对象写入DTO映射代码是非常枯燥。 msdn.microsoft.com 4. Could not upgrade the Trusted domain object for domain %1. Please recreate the trust manually. 无法升级域%1的受信任域对象。请手动重新创建信任关系。 www.fan6.net 5. The domain object class is used when other object classes are not suitable for an object. 当其他对象类都不适合某个对象时,将使用domain对象类。 www.ibm.com 6. The following code example removes the accepted domain object for an accepted domain that is named Contoso. 下列代码示例将删除名为Contoso的接受域的接受域对象。 technet.microsoft.com 7. Assign the domain HR to the domain object file (esalary. log) using setsecattr command. 用setsecattr命令将域HR分配给该域对象文件(esalary.log)。 www.ibm.com 8. In Listing 4, I've added two new methods to the User domain object. 在清单4中,我添加了两个新方法到User域对象。 www.ibm.com 9. In Listing 5, I've added an id property of type BigInteger to the Race domain object. 在清单5中,我添加一个类型为BigInteger的id属性到Race域对象。 www.ibm.com 10. Develop a model of the business process, showing the major milestones in the lifecycle of an important domain object 开发一个业务流程模型,显示重要域对象的生命周期中的主要里程碑 www.ibm.com 1. Organise the domain object classes into a hierarchy 把领域对象类组织成一个继承的层次 myweb.xxzsg.com 2. Getting the value from the domain object into the model 从域对象获取值导入模型中 www.ibm.com 3. Domain object instead of the 域对象,而不是创建 www-128.ibm.com 4. Domain object autowiring in the ORM layer 自动装配ORM层中的领域对象 www.infoq.com 5. A Text Filtering Module Based on Domain Object Model 基于域对象的文本过滤模型 service.ilib.cn |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。