Note that the entity container name is defined in an XML attribute.
请注意,实体容器名称是在一个xml特性中定义的。
At least one entity container must be defined in each conceptual model.
在每个概念模型中必须至少定义一个实体容器。
The entity container must have a unique name within each conceptual model.
每个概念模型中的实体容器必须有唯一的名称。
Entity sets (and association sets) are logically grouped in an entity container.
实体集(和关联集)均在逻辑上群组于实体容器中。
Association sets (and entity sets) are logically grouped in an entity container.
关联集(和实体集)均在逻辑上群组于实体容器中。
The following CSDL defines an entity container for the conceptual model shown in the diagram above.
下面的CSDL为上图所示的概念模型定义了一个实体容器。
An entity set is defined within an entity container, which is a logical grouping of entity sets and association sets.
实体集在实体容器中定义,后者是实体集和关联集的逻辑分组。
Although the diagram does not convey entity container information, the conceptual model must define an entity container.
虽然该图没有传达实体容器信息,但概念模型必须定义一个实体容器。
An association set is defined within an entity container, which is a logical grouping of entity sets and association sets.
关联集在实体容器中定义,后者是实体集和关联集的逻辑分组。
Entity EJB components were never intended to be serializable for efficient usage outside of the scope of the container or transaction boundary.
实体e JB组件从未打算成为可序列化的以供在容器和事务边界范围之外进行高效利用。
This is known as a container managed entity manager.
这就是所谓的容器管理的实体管理器。
The entity management layer is responsible for entity management and ensuring the transaction integrity of that object within the container.
实体管理层负责实体管理,并确保容器内该对象的事务完整性。
This was especially true for entity objects, which often mapped to container classes or database tables.
这对于实体对象来说基本上是正确的,实体对象通常被映射为容器类或者是数据库表。
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 时,开发人员编写持久性代码而容器确定何时执行该代码。
EJB finders can be defined on a container managed entity bean using the EJB Visual editor.
EJB查询工具能通过EJBVisual编辑器定义在容器管理的实体bean中。
The EJB container is important for maintaining the referential integrity of all entity bean relationships.
ejb容器对于维护所有实体bean关系的引用完整性来说是很重要的。
Container-managed persistence (CMP) entity beans handle all of the persistence semantics automatically, in the container.
容器管理的持久性(CMP)实体bean在容器中自动处理所有持久性语义。
With BMP entity beans, developers must write the persistence logic but the container determines when to call the methods defined by the developer.
使用BMP实体bean时,开发人员必须编写持久性逻辑,而容器则确定何时调用由开发人员定义的方法。
With both CMP and BMP entity beans, the container calls the shots as to when to persist a bean's state and how to ensure data integrity and concurrency with the underlying datastore.
同时使用 CMP和BMP实体bean 时,容器决定何时持续保持bean的状态以及如何确保与底层数据存储的数据完整性和并发性。
In most cases, the constructing entity is the Geronimo container itself.
在多数情况下,构造实体是geronimo容器本身。
In entity bean operation, the container handles the persistence of a bean's state, ensuring that such data has been preserved for later use.
在实体bean操作中,容器处理bean状态的持久性,并确保这种数据得到保护,供以后使用。
Defines the entity bean that is deployed inside the container.
定义在容器中部署的实体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时,容器生成持久性代码并管理持久性逻辑。
JDO USES the PersistenceManager to manage the transactions, whereas entity beans delegate transaction management to the EJB container.
JDO使用PersistenceManager管理事务,而实体bean将事务管理委派给了ejb容器。
However, JPA defines the notion of container-managed entity manager versus application-managed entity manager.
然而,jpa定义了容器管理的实体管理器与应用程序管理的实体管理器的概念。
With container-managed persistence, when an entity bean is created, its information is saved in the database.
在创建一个实体bean时,容器管理的持久性会将其信息保存在数据库中。
These details are handled by the container in entity-bean development.
在实体bean开发中,这些细节都由容器处理。
This problem is not limited to the use of container-managed entity beans but is general to the object-oriented approach.
该问题不是仅限于容器管理的实体bean的使用中,而是普遍存在于面向对象方法中。
Any interaction that modified a container-managed bean requires synchronization with the data source to insure a consistent view of the entity bean.
任何修改容器管理bean的交互都需要与该数据源保持同步,以确保实体bean的一致视图。
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的实现。
应用推荐