Check the option to enable the data source for container-managed persistence.
选中该选项为容器管理持久性启用数据源。
With container-managed persistence, when an entity bean is created, its information is saved in the database.
在创建一个实体bean时,容器管理的持久性会将其信息保存在数据库中。
For each container-managed EM instance, there are one or more corresponding container-managed persistence contexts (PC).
对于每个容器管理的em实例,都存在一个或多个对应的容器管理的持久性上下文(Persistence Contexts,PC)。
Container-managed persistence (CMP) entity beans handle all of the persistence semantics automatically, in the container.
容器管理的持久性(CMP)实体bean在容器中自动处理所有持久性语义。
Code your application using the JDBC DataSource interface for connections (or use container-managed persistence (i.e. EJBs), but that is another topic).
使用用于连接的JDBCDataSource接口编写应用程序(或者使用容器管理的持久性,但那是另一个话题)。
It provided an implementation of remote session beans directly and used Castor for its implementation of container-managed persistence (CMP) entity beans.
它直接提供了一个远程会话bean的实现,并使用Castor作为它的容器管理持久性(CMP)实体bean的实现。
The first one, which USES Container-Managed Persistence (CMP) to provide object-based access to a simple database table, is called PhoneBookEntryBean.
第一个类使用容器管理持久性(Container - Managed Persistence,CMP)来提供对简单数据库表phonebookentrybean的基于对象的访问。
"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.
“我现在的工作是,借助容器管理的持久性来完成JPA支持”,感恩节前夕我坐下来跟他谈话时他这样告诉我。
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).
例如,如果未设置DataSource对象的mapping属性,则数据源的行为方式不会与容器管理的持久性(CMP)中的数据源相同。
If referential integrity violations are discovered during the load test, then you might also need to set the sequence grouping for container managed persistence.
如果在负载测试过程中发现存在引用完整性违规,则可能还需要为容器管理的持久性设置顺序分组。
With Bean Managed Persistence (BMP) entity beans, the developer writes the persistence code but the container determines when to execute that code.
使用bean管理的持久性(Bean Managed Persistence,BMP)实体 bean 时,开发人员编写持久性代码而容器确定何时执行该代码。
With container Managed persistence (CMP) entity beans, the container generates the persistence code as well as managing the persistence logic.
使用容器管理的持久性(Container Managed Persistence,CMP)实体bean时,容器生成持久性代码并管理持久性逻辑。
The embedded transaction container requires that a specific data source, TxnDataSource, is used when connecting to the database for container Managed Persistence (CMP).
在连接Container Managed Persistence (CMP)的数据库时,嵌入式事务容器要求使用一个特定的数据源txndatasource。
The J2EE environment provides two persistence schemes for entity beans: bean-managed and container-managed.
J2EE环境为实体bean提供了两种持久性模式:bean 管理和容器管理。
Check Use the data source in container managed persistence (CMP).
选取usethedatasourceincontainer managed persistence (CMP)。
The access intent policies discussed in this article apply to Container Managed Persistence (CMP) 2.x beans only.
在本文中讨论的访问意图策略只能在容器管理持久性(CMP) 2 .xbean上应用。
The container managed persistence being based on the EJB model is again overly complex to develop and manage.
基于EJB模型的容器持久化管理的开发和管理过于复杂。
The container managed persistence being based on the EJB model is again overly complex to develop and manage.
基于EJB模型的容器持久化管理的开发和管理过于复杂。
应用推荐