如果在负载测试过程中发现存在引用完整性违规,则可能还需要为容器管理的持久性设置顺序分组。
If referential integrity violations are discovered during the load test, then you might also need to set the sequence grouping for container managed persistence.
“我现在的工作是,借助容器管理的持久性来完成JPA支持”,感恩节前夕我坐下来跟他谈话时他这样告诉我。
"Right now I am working on finishing JPA support with container-managed persistence," he told me when I sat down to talk to him just before Thanksgiving.
在本文中讨论的访问意图策略只能在容器管理持久性(CMP) 2 .xbean上应用。
The access intent policies discussed in this article apply to Container Managed Persistence (CMP) 2.x beans only.
它利用Blueprint容器的功能来管理持久性上下文和全局事务,以确保业务逻辑的开发和单元测试尽可能保持简单。
It leverages the Blueprint container's ability to manage both persistence contexts and global transactions to ensure the business logic remains as simple as possible to develop and unit test.
在创建一个实体bean时,容器管理的持久性会将其信息保存在数据库中。
With container-managed persistence, when an entity bean is created, its information is saved in the database.
使用用于连接的JDBCDataSource接口编写应用程序(或者使用容器管理的持久性,但那是另一个话题)。
Code your application using the JDBC DataSource interface for connections (or use container-managed persistence (i.e. EJBs), but that is another topic).
使用bean管理的持久性(Bean Managed Persistence,BMP)实体 bean 时,开发人员编写持久性代码而容器确定何时执行该代码。
With Bean Managed Persistence (BMP) entity beans, the developer writes the persistence code but the container determines when to execute that code.
使用容器管理的持久性(Container Managed Persistence,CMP)实体bean时,容器生成持久性代码并管理持久性逻辑。
With container Managed persistence (CMP) entity beans, the container generates the persistence code as well as managing the persistence logic.
容器管理的持久性(CMP)实体bean在容器中自动处理所有持久性语义。
Container-managed persistence (CMP) entity beans handle all of the persistence semantics automatically, in the container.
例如,如果未设置DataSource对象的mapping属性,则数据源的行为方式不会与容器管理的持久性(CMP)中的数据源相同。
For example, if the mapping attribute of the DataSource object is not set, the data source might not act as the data source in the container-managed persistence (CMP).
它直接提供了一个远程会话bean的实现,并使用Castor作为它的容器管理持久性(CMP)实体bean的实现。
It provided an implementation of remote session beans directly and used Castor for its implementation of container-managed persistence (CMP) entity beans.
第一个类使用容器管理持久性(Container - Managed Persistence,CMP)来提供对简单数据库表phonebookentrybean的基于对象的访问。
The first one, which USES Container-Managed Persistence (CMP) to provide object-based access to a simple database table, is called PhoneBookEntryBean.
对于每个容器管理的em实例,都存在一个或多个对应的容器管理的持久性上下文(Persistence Contexts,PC)。
For each container-managed EM instance, there are one or more corresponding container-managed persistence contexts (PC).
角色可能包含一个 <cmr-field> ,它是除
Roles may contain a <cmr-field> , which is a special field added to the EJB in addition to the <cmp-field> , a container-managed field that is a regular persistent field of the EJB.
具备容器管理持久性(CMP)的EJB组件的自动数据映射功能。
具备容器管理持久性(CMP)的EJB组件的自动数据映射功能。
应用推荐