PDO:持久数据对象

“持久数据对象”在技术文档和开发场景中常被缩写为PDO,这一简称便于快速书写和日常使用。该术语多出现在综合性技术领域,尤其在与数据存储、状态保持相关的未分类场景中频繁使用,用于指代那些在程序运行周期结束后依然保留其数据内容的对象实体。

Persistent Data Object具体释义

  • 英文缩写:PDO
  • 英语全称:Persistent Data Object
  • 中文意思:持久数据对象
  • 中文拼音:chí jiǔ shù jù duì xiàng
  • 相关领域pdo 未分类的

Persistent Data Object的英文发音

例句

  1. We use Jena toolkit to create and populate ontology model, and modify its internal interfaces to persistent ontology data to the object database.
  2. 本文选用Jena工具包来创建和填充本体模型,并通过对其内部接口的修改将本体数据持久存储到对象数据库中。
  3. Your persistent data source will be the default object database storage that the Persevere server provides.
  4. 持久数据源是Persevere服务器提供的默认数据库存储区。
  5. Solve the object of persistent entities, entities object data into the database, the database data into physical object, access the database to achieve independence. ( 4 ) Design and Implementation of a rich client technology, and enrich the user experience.
  6. 解决了实体对象的持久性,将实体对象变为数据库数据,数据库数据变为实体对象,来达到访问数据库无关性。(4)设计实现了富客户端的技术,丰富了用户的体验。
  7. 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.
  8. 首先根据项目需求,分析并研究了主流JAVA对象持久化技术,对比各种技术的优缺点,并着重研究了JDO(JAVADataObject)规范,选择JDO作为数据访问层的技术方案。
  9. Developers use POJOs ( plain ordinary Java objects ) to load and store persistent data.
  10. 开发人员使用POJO(无格式普通Java对象,plainordinaryJavaobject)来装入和存储持久数据。