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关系的引用完整性来说是很重要的。
Defines the entity bean that is deployed inside the container.
定义在容器中部署的实体bean。
These details are handled by the container in entity-bean development.
在实体bean开发中,这些细节都由容器处理。
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状态的持久性,并确保这种数据得到保护,供以后使用。
With container-managed persistence, when an entity bean is created, its information is saved in the database.
在创建一个实体bean时,容器管理的持久性会将其信息保存在数据库中。
The J2EE environment provides two persistence schemes for entity beans: bean-managed and container-managed.
J2EE环境为实体bean提供了两种持久性模式: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的一致视图。
The concurrency-strategy element specifies how the container should manage concurrent access to an entity bean. WebLogic supports four different consurrency strategies
concurrency-strategy元素指定容器应该如何管理对实体bean 的并发访问。
As entity beans must always use container-managed transactions, only session beans or message-driven beans with bean-managed transactions are allowed to invoke this method.
因为实体bean必须使用容器管理事务,所以只有使用bean管理事务的会话bean和消息驱动bean才能调用该方法。
As entity beans must always use container-managed transactions, only session beans or message-driven beans with bean-managed transactions are allowed to invoke this method.
因为实体bean必须使用容器管理事务,所以只有使用bean管理事务的会话bean和消息驱动bean才能调用该方法。
应用推荐