This is known as a container managed entity manager.
这就是所谓的容器管理的实体管理器。
EJB finders can be defined on a container managed entity bean using the EJB Visual editor.
EJB查询工具能通过EJBVisual编辑器定义在容器管理的实体bean中。
This does not mean that application-managed entity managers cannot be configured as JTA entity managers.
这并不意味着不能将应用程序管理的实体管理器配置为JTA 实体管理器。
However, JPA defines the notion of container-managed entity manager versus application-managed entity manager.
然而,jpa定义了容器管理的实体管理器与应用程序管理的实体管理器的概念。
Because the Employee object is a managed entity, updating the object automatically updates it in the grid partition.
由于Employee对象是托管实体,因此更新某个对象也会自动在网格分区中更新该对象。
With the class diagram, the domain objects (Book and Author) can be created using 2.0 container-managed entity beans.
连同类图一起,作用域中的对象(Book和Author)将通过使用2.0容器管理的实体bean来创建。
This problem is not limited to the use of container-managed entity beans but is general to the object-oriented approach.
该问题不是仅限于容器管理的实体bean的使用中,而是普遍存在于面向对象方法中。
Each managed entity (which could be the entire application or a service within the application) instantiates an MBean and registers it using a human-readable name.
每个受管的实体(可能是整个应用程序或应用程序中的服务)实例化一个MBean并用可读懂的名称注册它。
WebSphere application Server V6.1 and later supports JPA application-managed entity managers, which might have a transaction type of either JTA or resource-local.
WebSphereApplicationServerV6.1及更高版本支持JPA应用程序托管的实体管理器,该管理器可能是JTA或本地资源事务类型。
The keys "name" and "type" are commonly used, and when present, the name should uniquely identify the managed entity across all MBeans of that type within that domain.
“name”和 “type” 这两个键是常用的,在使用的时候,name应当在域中所有的同类 MBean中能够唯一地标识受管实体。
In the JEST context, the resource - the central concept of a RESTful architecture - is a customizable persistent closure of an identifiable, managed entity, as illustrated in Figure 3.
在JEST环境中,资源—RESTful架构的中心概念—是一个可识别和管理的实体的一种可定制的持久化闭包,如图3所示。
In many cases, the managed entity instrumentation USES Simple Network Management Protocol (SNMP) -based technology, a command-line interface (CLI), or some other proprietary technology.
在很多情况下,托管实体工具使用基于简单网络管理协议(Simple Net work Management Protocol,SNMP)的技术、命令行接口(Command - Line Interface,CLI)或其他专用技术。
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.
另一种限制源自于这样一个事实:域对象可以通过由实体管理器所管理的域对象所在的层访问,也可以通过分离它的所有其他层访问。
Other than saving your updates, your have finished setting up a database to be managed as a separate entity.
除了保存更新,您已经完成了将一个数据库设置为单独的实体来管理的操作。
For example, in the case of an entity relationship between a manager and an employee, the employees are managed by a single manager.
例如,就一个管理者和一个员工之间的实体关系来说,多个员工是被一个管理者管理的。
The NWSD is an entity that is recognized by OS/400 and can be managed by it.
NWSD是OS/400可以识别的一个实体,并可以被它管理。
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时,容器生成持久性代码并管理持久性逻辑。
Entity Classes: Data model managed and used by business services.
EntityClasses:被业务服务管理使用的数据模型。
A Web application is a collection of logically connected Web pages managed as a single entity.
一个Web应用程序是作为单一实体管理的、逻辑上链接的web页面的集合。
You can access information managed by other services, such as the portlet definition registry service or portlet entity registry service, using the same techniques to wrap each component as a GBean.
您可以访问其他服务所管理的信息,例如portlet定义注册服务或portlet实体注册服务,使用相同的技术把每个组件打包成g Bean。
A persistent closure of a managed root entity x is defined as the set of managed entities C(x) ={e}, where e is reachable from x directly or indirectly via a persistent relationship.
管理根实体x的一个持久化闭包被定义为一个管理实体集C(x) ={e},其中 e 可以直接或间接通过一个持久化关系从 x访问。
Within the persistence context, the entity instances and their lifecycles are managed.
在永久性上下文中,实体实例及其生命周期得到管理。
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的实现。
The J2EE environment provides two persistence schemes for entity beans: bean-managed and container-managed.
J2EE环境为实体bean提供了两种持久性模式:bean 管理和容器管理。
With container-managed persistence, when an entity bean is created, its information is saved in the database.
在创建一个实体bean时,容器管理的持久性会将其信息保存在数据库中。
However, this choice can be limited by the deployment tool's limitation to map the bean instance's state to the database, in which case a bean-managed persistence (BMP) entity bean may be used.
但是,这个选择会受到部署工具局限性的限制—部署工具将bean实例的状态映射到数据库,这种情况下可能会使用bean管理的持久性(BMP)实体bean。
Within the persistence context, the entity's association with the underlying persistence store is managed by the entity manager (EM).
在持久性上下文中,实体与基础持久性存储区的关联由实体管理器(entity manager, EM)管理。
Container-managed persistence (CMP) entity beans handle all of the persistence semantics automatically, in the container.
容器管理的持久性(CMP)实体bean在容器中自动处理所有持久性语义。
应用推荐