• Will a DAO invoke methods on another DAO?

    DAO是否调用一个DAO方法

    youdao

  • Listing 1 shows a DAO with two data operations: create and update.

    清单1显示了一个两种数据操作DAO创建更新

    youdao

  • Another example would be a DAO that provides caching services for another DAO.

    类似的例子一个另一个DAO提供缓存服务DAO

    youdao

  • In most cases, a DAO application like the one above would use JDBC for database access.

    大多数情况下类似上述示例DAO应用程序使用JDBC进行数据库访问

    youdao

  • A DAO should strive to encapsulate JDBC rather than expose JDBC to the rest of the application.

    一个DAO应该力争封装jdbc不是将JDBC公开给应用程序其余部分。

    youdao

  • In this case, I start by writing a DAO to provide search capabilities on the product catalog datastore.

    这个示例中编写dao开始它提供产品目录数据存储搜索功能

    youdao

  • For some people, creating a DAO for each database table may seem to be a very straightforward approach.

    对于有些而言,每个数据库创建一个DAO也许看上去非常简单方法

    youdao

  • Adding an abstraction in the form of a DAO decouples the database implementation from the GUI implementation.

    DAO形式添加抽象可以GUI实现数据库实现解耦。

    youdao

  • In this section, I'll present a code example that shows how to incorporate Jakarta Commons Logging into a DAO.

    展示一个显示如何JakartaCommonsLogging加入到DAO中的代码示例

    youdao

  • If you encounter a failure in a DAO, logs often provide the best information for understanding what went wrong.

    如果DAO遇到故障那么日志通常可以提供判断出错位置最好信息

    youdao

  • Repository: Identifies a DAO object as representing the Repository pattern (in Domain Driven Design terminology).

    @Repository:把一个DAO对象认作Repository模式领域驱动设计术语中)。

    youdao

  • Each operation performed by a DAOsuch as creating, updating, or deleting datais associated with a transaction.

    DAO所执行操作——创建更新或者删除数据——一个事务相关联

    youdao

  • What we have achieved so far is a lean and mean implementation of a DAO pattern which allows the persistence of 'state-only' entities.

    到目前为止我们精简DAO模式实现实现只能持久化实体的状态。

    youdao

  • MovieDAO is a DAO that demonstrates all of the techniques discussed in this article: transaction demarcation, logging, and exception handling.

    MovieDAO一个展示本文讨论所有技术DAO事务界定日志异常处理。

    youdao

  • To support the usage model of extending a DAO support class, Spring 2.0 provides the SimpleJdbcDaoSupport class, offering a preconfigured JdbcTemplate.

    为了支持扩展DAO支持用法模型Spring 2.0提供SimpleJdbcDaoSupport类,提供一个预先配置的JdbcTemplate。

    youdao

  • The result of code generation is a DAO implementation class which is compiled and used to execute the SQL statements declared in the original interface.

    代码生成结果就是第二个实现实现类编译用于执行初始接口中声明sql语句

    youdao

  • The business delegate may in turn rely on a DAO object that in turn relies on a database query or an or mapping query that sorts the CDs very efficiently.

    业务代理又可能依赖dao对象后者依赖于一个数据库查询OR映射查询,这样可以对CD进行有效的查询。

    youdao

  • A typical DAO performs transactional operations such as create, update, and delete. When designing a DAO, start by asking yourself the following questions.

    一个典型DAO执行创建更新删除这样事务性操作

    youdao

  • When a DAO operation fails the SQLException or other persistence technology-specific exception should be translated to ensure that DAO interfaces do not provide a leaky abstraction

    DAO操作失败时,SQLException或者其他特殊持久化技术的异常应该翻译确保DAO接口不会漏掉的抽象。

    youdao

  • 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对象就可以使用注释声明一种资源

    youdao

  • Applying this technique with the help of a DAO, as you've seen this month, ensures that not only will you be able to modify your code base when you need to, but so will other developers.

    借助一个DAO应用这个技巧就如这个看到的,不仅可以确保能够需要时候修改代码可以使其它开发人员修改代码库。

    youdao

  • Other similar operations such as deleting a given entity in the model or retrieving all of the instances of an entity from the model are common in a DAO and are also similar from entity to entity.

    其他操作(比如删除模型中的给定实体或者模型中获取某一实体所有实例)DAO相似的,在不同实体之间也是相似的。

    youdao

  • Today, Dao De Jing still plays a role in the development of Chinese thoughts.

    至今日,《道德经》在中国思想的发展中仍然发挥着重要作用。

    youdao

  • For most developers, writing almost the same code for every DAO in a system has by now become a habit.

    对于大多数开发人员系统中的每个DAO编写几乎相同代码目前为止已经成为一种习惯

    youdao

  • External dependenciesFor instance, my DAO needs a data source.

    外部依赖性——例如DAO需要一个数据源

    youdao

  • Different database structures, technologies, and business requirements have different common functionality that can be moved into the common code of a generic DAO.

    不同数据库结构技术业务需求具有不同的通用功能可以把这些功能转移DAO通用代码中。

    youdao

  • A well-implemented DAO class will use logging to capture details about its run-time behavior.

    一个良好实现dao使用日志记录捕捉有关运行时行为的细节

    youdao

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

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

    youdao

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

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

    youdao

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

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

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