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