A client can request persistent objects from the server, and the server sends them as a graph of detached objects.
一个客户端可以向服务器请求持久化对象,然后服务器以分离对象图的方式将它们返回。
The JPA application holds no reference to the detached objects between the first access request and the subsequent change request.
JPA应用程序在第一个访问请求和后续修改请求之间并没有保持分离对象的引用。
Most times we use Hibernate's automatic versioning and detached objects to achieve optimistic concurrent control and high performance an.
大多数时间我们使用Hibernate的自动版本和分离对象来实现乐观并发控制和高性能。
Another restriction arises from the fact that the domain objects can be accessed both in the tier where they are managed by the entity manager and in all the other tiers where they are detached.
另一种限制源自于这样一个事实:域对象可以通过由实体管理器所管理的域对象所在的层访问,也可以通过分离它的所有其他层访问。
Another restriction arises from the fact that the domain objects can be accessed both in the tier where they are managed by the entity manager and in all the other tiers where they are detached.
另一种限制源自于这样一个事实:域对象可以通过由实体管理器所管理的域对象所在的层访问,也可以通过分离它的所有其他层访问。
应用推荐