JPA

abbr.  日本工程标准协会; 日本采购局(Japan Procurement Agency); 成绩考核辅助工具(Job Performance Aid)

计算机



双语例句

  1. JPA provides an API for managing and persisting the entities in your applications.
    JPA为在您的应用程序中映射和支持实体提供一个API。
  2. The JPA simplifies object relational mapping and data persistence.
    JPA简化了对象关系性映射和数据持续性。
  3. The JPA runtime needs to find this file and use the metadata in it.
    JPA运行时需要找到该文件,并使用其中的元数据。
  4. This Customer object is a JPA managed class (@ Entity) and is then persisted to the database.
    这个Customer对象是一个JPA管理的类(@Entity),然后被持久化到数据库。
  5. This is a typical JPA annotated class.
    这是典型的JPA注释类。
  6. The next sections describe updates to EJB 3.0 and the JPA API.
    下一部分描述EJB3.0和JPAAPI的更新。
  7. In such an environment, a Web application interfaces directly with a JPA Manager Bean.
    在这样的一个环境下,一个Web应用程序直接与一个JPAManagerBean接口。
  8. Bank-demonstrates EJB3.0 Session Bean, JPA and OpenEJB client technologies.
    Bank&演示EJB3.0会话Bean、JPA和OpenEJB客户端技术。
  9. Dali also provides wizards and edit boxes for managing various Java Persistence API ( JPA) annotations.
    Dali还为管理各种JavaPersistenceAPI(JPA)注释提供了向导和编辑框。
  10. There is nothing specific to your database or the JPA implementation you used.
    对已使用的数据库和JPA实现没有什么特别的。
  11. In JPA, relationships are not bi-directional, as they are in EJB2. x.
    在JPA中,关系不是双向的,这与EJB2.x中相同。
  12. This setting determines whether to use resource injection in the JPA Manager Bean code.
    该设置决定了是否在JPAManagerBean代码中使用资源注入。
  13. However, JPA defines the notion of container-managed entity manager versus application-managed entity manager.
    然而,JPA定义了容器管理的实体管理器与应用程序管理的实体管理器的概念。
  14. The Order Processor interacts with the JPA entity manager and the JPA POJOs to accomplish its persistence code.
    OrderProcessor与JPA实体管理器和JPAPOJO交互以完成其持久性代码。
  15. Spring Web Flow facilitates JPA/ Hibernate programming in transactional atomic Web flows via the mechanism of flow-managed persistence.
    SpringWebFlow通过流管理的持久化机制简化了事务性原子Web流中的JPA/Hibernate编程。
  16. You can set up relationships in JPA and JDO, but they can only be used for persisting relationships.
    您可以在JPA和JDO间设置关系,但它们只能用来持久化关系。
  17. My Account class leverages two JPA annotations.
    我的Account类利用了两个JPA注释。
  18. JPA supports one-to-one, one-to-many, many-to-one, and many-to-many relationships.
    JPA支持一对一、一对多、多对一和多对多关系。
  19. This is a central class in JPA and provides access to the underlying database.
    这是JPA的中心类,并提供对底层数据库的访问。
  20. JPA Manager beans map one-to-one to a JPA entity.
    JPAManagerbeans一对一地映射一个JPA实体。
  21. You can think of JPA as the successor to well-known transparent persistence technologies such as JDO and Hibernate.
    您可以把JPA看作是众所周知的透明持久性技术(如JDO和Hibernate)的继承者。
  22. Data access and integration with the new Java Persistence API ( JPA).
    数据访问和与新的Java持久化API(JPA)的集成。
  23. Namespaces simplifying Spring MVC and JPA usage will probably be the first to be added to the core.
    简化SpringMVC和JPA使用的命名空间可能会最先加入到核心中去。
  24. There is a one-way dependency between EJB3.0 and JPA.
    EJB3.0和JPA之间是单向依赖。
  25. Support for persistence of Java objects to Excel via JDO/ JPA APIs, utilizing Apache POI.
    支持通过JDO/JPAAPIs将Java对象持久化到Excel中,这利用了ApachePOI。
  26. The code generator is transforming entity definition in JPA-based Java code.
    代码生成器对用Java代码(JPA)定义的实体作变换。
  27. In JPA and CDI cases, JBoss brought its experience from existing and successfully adopted API's into JSRs.
    在JPA和CDI的例子里,JBoss在它现有经验之上成功的把API整合进了JSR。