首页 / 词典 / good

ibatis

  • 网络介绍
ibatisibatis
  1. This example uses the iBATIS Resources class to load the configuration from an XML file .

    这个例子使用了iBATISResources类来从一个XML文件加载配置。

  2. The dual configuration methods allow you to configure iBATIS using the easiest method for your project .

    这种双重配置方法的存在让您可以为自己的项目选用最为简单的配置iBATIS的方式。

  3. Now , with new integration modules , this support is also available for both Hibernate and iBATIS applications .

    现在,随着新集成模块的出现,该支持也可用于Hibernate和iBATIS应用程序。

  4. IBATIS is an easy framework to provide a persistence layer to either Java or J2EE applications .

    iBATIS是为Java或J2EE应用程序提供持久存储层的简易框架。

  5. This argument support allows the main () method to do a few sample operations with the objects and iBATIS .

    这种对实参的支持使main()方法能够进行一些有对象和iBATIS参与的示例操作。

  6. The mapping-centric focus of iBATIS emphasizes mapping a solid object model with a solid relational database design .

    iBATIS以映射为中心,重点在于映射一个优秀的对象模型与一个优秀的关系型数据库设计。

  7. The annotation-based configuration for iBATIS requires slightly different instantiation .

    iBATIS的基于注释的配置要求实例化也要稍微不同。

  8. Does the organization leverage any object relation mapping tools like toplink , hibernate or iBatis ?

    组织利用toplink、hibernate或iBatis等对象关系映射工具吗?

  9. This section shows you the difference between the default batching used in an iBATIS application and pureQuery heterogeneous batching .

    本小节展示iBATIS应用程序中使用的默认批处理和pureQuery异构批处理之间的区别。

  10. The first thing that you will have to do is configure iBATIS to connect to DB2 using the DB2 JDBC driver .

    您必须做的第一件事将是配置iBATIS,以便连接到使用DB2JDBC驱动程序的DB2。

  11. In cases where you decide that a full ORM is not needed and you lean toward using JDBC , consider using iBatis instead .

    如果您确定不需要使用完备的ORM并且倾向使用JDBC,则可以考虑改用iBatis。

  12. To demonstrate this , we will create a stateless session bean to use iBATIS SQL Maps to access the DB2 SAMPLE database .

    为了展示这一点,我们将创建一个数据库会话bean,使用iBATISSQLMaps访问DB2SAMPLE数据库。

  13. Other lightweight solutions , such as iBATIS and the Active Record design pattern , don 't try to do object-relational mapping at all .

    其他轻量级解决方案,例如iBATIS和ActiveRecord设计模式,根本不会试图进行对象关系映射。

  14. The documentation for iBATIS cautions that annotations can be much simpler and easier to read for smaller , simpler projects .

    iBATIS文档中有这样的一个提示,即对于较小且较为简单的项目,注释可以更为简单和易读。

  15. The system is based on B / S mode ; using Struts + Spring + iBatis system application development , realize system functionalrequirements through the SSI stratification programming .

    该系统基于B/S模式,采用Struts+Spring+iBatis进行系统应用开发,通过SSI分层编程实现系统的功能性需求。

  16. You can download the iBATIS framework as a compressed ( ZIP ) file archive from the iBATIS site ( see Resources ) .

    iBATIS可以从iBATIS站点(参见参考资料)以压缩归档文件(ZIP)的格式下载得到。

  17. To compile the sample application , you need to have the following jar files in your class path along with the other jar files required by the iBATIS application

    要编译这个样例应用程序,您的类路径中需要以下jar文件,以及iBATIS应用程序需要的其他jar文件

  18. For example , just about every project that uses an object-relational mapping tool ( such as Hibernate or iBatis ) has lots of duplication .

    例如,几乎所有使用对象-关系映射工具(例如Hibernate或iBatis)的项目都存在大量复制。

  19. To take advantage of pureQuery 's heterogeneous batching support , you must use iBATIS ( or MyBatis ) V2.3.5 .

    要利用pureQuery的异构批处理支持,必须使用iBATIS(或MyBatis)V2.3.5。

  20. An additional DAO framework ; iBatis comes with a full implementation of the DAO pattern that can be used optionally in addition to the data mapper .

    新增的DAO框架;iBatis提供了在数据映射程序中可以选择使用的DAO模式的完整实现。

  21. My intention here is simply to make developers aware of iBatis as a powerful and feature rich ORM for people who like to write their own SQL .

    本文旨在让喜欢自己编写SQL的开发人员知道iBatis是一个非常强大且功能丰富的ORM。

  22. Be aware that iBATIS expects the Java class to conform to the typical Java Bean pattern ( attributes with setters and getters ) .

    要认识到iBATIS期望Java类与典型的JavaBean模式(带有setters和getters的属性)趋于一致。

  23. Previous versions of iBATIS use a parameterMap , which is similar to a resultMap , to map the parameters of the methods .

    iBATIS的之前版本使用了parameterMap(类似于resultMap)来映射这些方法的参数。

  24. The iBATIS Schema Migrations System ( iBATIS Migrations ) project is not a project for migrating older schemas of XML configuration to newer ones .

    iBATISSchemaMigrationsSystem(iBATIS迁移)项目并非是用来将XML配置的较老模式迁移到新模式的项目。

  25. With a few changes to the iBATIS configuration and references to the correct JDBC libraries , you should be able to use the examples in this article with other databases .

    只需对iBATIS配置稍作更改以及对正确的JDBC库加以引用,您就可以将本文中的例子用于其他的数据库。

  26. The iBATIS framework , when configured , is able to persist this object to the database or return it as a result of a method that selects it from the database .

    iBATIS框架在配置后就能将这个对象持久化到数据库或作为一个方法(用来从数据库选择此对象)的结果返回此对象。

  27. In the above code , bin is the directory which contains all the application class files and the other files for the application ( for example , the iBATIS and XML files ) .

    在上面的代码中,bin目录包含所有应用程序类文件和应用程序的其他文件(比如,iBATIS和XML文件)。

  28. For instance , for data persistence services , the Spring framework comes with different DAO and template helper classes for JDBC , Hibernate , iBatis , and JDO .

    服务集成代码(如数据访问模板或助手类)驻留在框架中并暴露于开发者。

  29. The article assumes that you have some knowledge of iBATIS V2.3 , and the instructions assume you are using iBATIS V2.3 . x.

    本文假定您对iBATISV2.3有一定了解,且正在使用iBATISV2.3.x。

  30. Spring ORM : The Spring framework plugs into several ORM frameworks to provide its Object Relational tool , including JDO , Hibernate , and iBatis SQL Maps .

    SpringORM:Spring框架插入了若干个ORM框架,从而提供了ORM的对象关系工具,其中包括JDO、Hibernate和iBatisSQLMap。