• 使用数据访问对象发生下列例外项

    The following exceptions have occurred using Data Access Objects.

    youdao

  • 使用数据访问对象抽象封装对数据所有访问

    Use a Data Access Object (DAO) to abstract and encapsulate all access to the data source.

    youdao

  • 使用数据访问对象(DAO)基于JDBC框架数据存储过程时,可以使用

    You can still apply it when using data-access object (DAO) or JDBC-based frameworks and database stored procedures.

    youdao

  • 整个应用程序使用数据访问对象(DAO)使我们可以底层数据访问逻辑业务逻辑分离开来。

    Applying the data access Object (DAO) pattern throughout the applications enabled us to separate low-level data access logic from business logic.

    youdao

  • 需要访问单个类型所有对象某些全局数据时,请考虑使用关键字。

    Think of it anytime you require access to some global data for all objects of a single type.

    youdao

  • 本文中,了解使用模拟数据访问对象(SDAO)进行分层测试

    In this article, you'll learn about layered testing with simulated data access objects (SDAOs).

    youdao

  • 因为用户使用基于对象模型访问部分文档所以构造完整因为数据重复浪费内存

    Since the user is not using a tree-based object model to access this part of the document, constructing the entire tree would lead to a waste of memory due to replication of data.

    youdao

  • 本文代码示例(下载可以获得完整代码)演示如何使用这些接口帮助执行审计减少数据访问对象(DAO)中的代码重复

    This article's code examples (see Download to obtain the full package) show how to use these interfaces to facilitate auditing and reduce code duplication in data access objects (DAOs).

    youdao

  • 一旦创建Database对象,您就可以使用访问数据我们在下一可以看到一样。

    Once you have created a Database object, you can use it to access data, as we'll see in the next section.

    youdao

  • 使用JPA数据访问对象(DAO)与persistence . xml打包在一起,后者应用程序使用JPAEntityManager定义持久性上下文

    A data access object (DAO) that USES JPA is packaged with a persistence.xml that defines persistence context for the JPA EntityManager used by the application.

    youdao

  • 绑定过程需要使用XMLBeansAPI,以面向对象方式访问真正XML实例文档中的数据

    The binding process involves using the XMLBeans API to access the data in the actual XML instance document in an object-mannered way.

    youdao

  • SDO客户机一般使用DataObject访问方法更新数据对象

    To update data objects, SDO clients typically use DataObject write accessor methods. For example, here we can see how the client modifies the data graph obtained for the employee Terence shorter.

    youdao

  • 例如使用无效的Xpath表达式访问数据对象引发SDOInvalidPathException

    For example, accessing a data object by an XPath expression which is invalid will throw an SDOInvalidPathException.

    youdao

  • 具有直接JDBC访问功能应用程序使用SQL定义查询并且依靠自定义代码结果数据映射回到实际业务对象

    Applications with direct JDBC access use SQL to define the queries and rely on custom code to map the result set data back to the actual business objects.

    youdao

  • 如果应用程序使用DAO(数据访问对象)来产生动态sql存储过程,那么传递给DAO对象可以使用注释声明一种资源

    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.

    youdao

  • 通过使用数据对象可以访问一个连接数据连接

    By using data source objects, you have access to a pool of connections to a data source.

    youdao

  • 模型实例保持长期状态提供应用程序逻辑;而视图使用副本实际上一个任意使用数据访问对象

    The primary instance of the model is keeping long-term state and providing application logic; the copy used by the view is essentially a disposable data-access object.

    youdao

  • 数据资源一样,通过使用可以合用连接对象访问消息队列

    As in the case of a database resource, message queues are accessed using connection objects that can be pooled.

    youdao

  • 创建好所有必需数据对象之后使用组成员关系和特权控制创建数据对象和包的访问

    Once all required database objects and packages are created, use group membership and group privileges to control access to the created database objects and packages.

    youdao

  • 查询优化器使用数据中的SYSSTAT目录视图检索数据对象统计信息确定访问数据最佳方法

    The query optimizer USES the SYSSTAT catalog views in the database to retrieve the statistical information of the database objects and determine the best way to access the data.

    youdao

  • 可以使用业务对象服务数据对象 (SDO)扩展数据访问提供抽象

    You can use Business Objects, extensions of Service Data Objects (SDO), to provide an abstraction layer for data access.

    youdao

  • 最后讨论多用户环境中如何使用模式有效控制数据对象访问

    Finally, we covered how schemas can be used as an effective mechanism for controlling access to database objects in multi-user environments.

    youdao

  • 系列篇文章详细介绍如何使用内联方法数据访问对象(DAO)访问数据库。

    The first two articles of this series described in detail how to use inline methods and how to use data access object interfaces (DAOs) to access the database.

    youdao

  • 基本上SDO客户机需要检索数据时,使用DMS请求数据,DMS负责管理数据访问根据接收到的信息来创建个图,通常这个图是一个分层的树结构,其中包含了几个数据对象

    Basically, when an SDO client needs to retrieve data, it USES the DMS to require a data graph. The DMS manages the data source access and creates a graph with the information received.

    youdao

  • 访问存储Domino数据库中的信息最简便迅速方法就是使用DominoCOM对象

    The easiest and most fast-forward method of accessing information stored in Domino databases is through Domino COM objects.

    youdao

  • 使用模式控制数据对象访问

    Controlling access to database objects using schemas.

    youdao

  • Rails使用activerecord处理数据访问数据Ruby对象模型之间对象关系映射

    Rails USES the ActiveRecord library to handle database access and object-relational mapping between database tables and Ruby object models.

    youdao

  • 第一使用容器管理持久性(Container - Managed Persistence,CMP)提供简单数据phonebookentrybean的基于对象访问

    The first one, which USES Container-Managed Persistence (CMP) to provide object-based access to a simple database table, is called PhoneBookEntryBean.

    youdao

  • 通过使用Informix4GL丰富语言支持可以轻松实现用户界面业务逻辑,还可以在其中嵌入用于访问数据对象SQL语句

    Using Informix 4GL's rich language support, it is easy to implement the user interface and the business logic that might involve embedding the SQL statements to access the database objects.

    youdao

  • 应用程序可以使用普通SDOAPI图形它们可以使用内容模型定义对象模型访问数据或者使用XPathDataGraph提取数据

    Applications can traverse the graph using the generic SDO API, they can access data using the object model defined by the content model, or they can use XPath to extract data from a DataGraph.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定