PJ:持久Java

“Persistent Java”在计算机与软件工程领域常被简写为“PJ”,以方便日常书写与使用。该术语的中文译名为“持久Java”,通常用于描述与数据持久化、状态保存等相关的Java技术应用场景。

Persistent Java具体释义

  • 英文缩写:PJ
  • 英语全称:Persistent Java
  • 中文意思:持久Java
  • 中文拼音:chí jiǔ
  • 相关领域pj 软件

Persistent Java的英文发音

例句

  1. To interpret these bytes, a client requires the class definitions of the persistent Java types.
  2. 在解析这些字节时,客户端需要有这个持久化Java类型的类定义。
  3. As an architectural style, JPA adheres to the classic Model-View-Controller ( MVC ) architecture for persistent Java objects
  4. 作为一种架构风格,JPA符合持久化Java对象典型的“模型-视图-控制器”架构
  5. The server sends the detached object graph as serialized bytes of strongly typed persistent Java objects defined on the server side.
  6. 服务器将以服务器端序列化字节的强类型Java对象发送分离对象图。
  7. This article dives more deeply into the topic of working with transient and persistent XML in a server-side Java application.
  8. 本文更加深入地探究在服务器端Java应用程序中处理瞬时和永久XML数据。
  9. Firstly, according to requirement of the project, analysed some main JAVA object persistent technology, and by contrasting these technology, we selected JDO ( JAVA Data Object ) as our technical plan.
  10. 首先根据项目需求,分析并研究了主流JAVA对象持久化技术,对比各种技术的优缺点,并着重研究了JDO(JAVADataObject)规范,选择JDO作为数据访问层的技术方案。