• This is known as a container managed entity manager.

    就是所谓容器管理实体管理器。

    youdao

  • EJB finders can be defined on a container managed entity bean using the EJB Visual editor.

    EJB查询工具通过EJBVisual编辑器定义容器管理实体bean中。

    youdao

  • This does not mean that application-managed entity managers cannot be configured as JTA entity managers.

    并不意味着不能将应用程序管理实体管理配置JTA 实体管理器。

    youdao

  • However, JPA defines the notion of container-managed entity manager versus application-managed entity manager.

    然而jpa定义容器管理实体管理应用程序管理的实体管理器的概念

    youdao

  • Because the Employee object is a managed entity, updating the object automatically updates it in the grid partition.

    由于Employee对象托管实体,因此更新某个对象也会自动网格分区更新该对象。

    youdao

  • With the class diagram, the domain objects (Book and Author) can be created using 2.0 container-managed entity beans.

    连同类一起,作用域中对象(BookAuthor)通过使用2.0容器管理的实体bean创建

    youdao

  • This problem is not limited to the use of container-managed entity beans but is general to the object-oriented approach.

    问题不是仅限于容器管理实体bean使用中,而是普遍存在于面向对象方法中

    youdao

  • 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并用可读懂名称注册

    youdao

  • 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本地资源事务类型

    youdao

  • 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.

    nametype” 这两个常用,在使用的时候,name应当在域中所有同类 MBean中能够唯一地标识受管实体

    youdao

  • 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所示。

    youdao

  • 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)其他专用技术。

    youdao

  • 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.

    一种限制源自于这样一个事实对象可以通过实体管理管理的域对象所在访问,也可以通过分离它的所有其他层访问。

    youdao

  • Other than saving your updates, your have finished setting up a database to be managed as a separate entity.

    除了保存更新已经完成了一个数据库设置单独实体管理的操作。

    youdao

  • For example, in the case of an entity relationship between a manager and an employee, the employees are managed by a single manager.

    例如,就管理者一个员工之间实体关系来说,多个员工个管理者管理的。

    youdao

  • The NWSD is an entity that is recognized by OS/400 and can be managed by it.

    NWSDOS/400可以识别的实体可以管理

    youdao

  • 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 时,开发人员编写持久性代码容器确定何时执行代码。

    youdao

  • 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时,容器生成持久性代码管理持久性逻辑

    youdao

  • Entity Classes: Data model managed and used by business services.

    EntityClasses业务服务管理使用数据模型

    youdao

  • A Web application is a collection of logically connected Web pages managed as a single entity.

    一个Web应用程序作为单一实体管理逻辑链接的web页面集合

    youdao

  • 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。

    youdao

  • 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访问

    youdao

  • Within the persistence context, the entity instances and their lifecycles are managed.

    永久性上下文中实体实例及其生命周期得到管理。

    youdao

  • 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的一致视图

    youdao

  • 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的实现。

    youdao

  • The J2EE environment provides two persistence schemes for entity beans: bean-managed and container-managed.

    J2EE环境实体bean提供了两种持久性模式bean 管理容器管理

    youdao

  • With container-managed persistence, when an entity bean is created, its information is saved in the database.

    创建一个实体bean容器管理的持久性会信息保存数据库

    youdao

  • 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。

    youdao

  • Within the persistence context, the entity's association with the underlying persistence store is managed by the entity manager (EM).

    持久性上下文中实体基础持久性存储区的关联实体管理器(entity manager, EM)管理。

    youdao

  • Container-managed persistence (CMP) entity beans handle all of the persistence semantics automatically, in the container.

    容器管理的持久性(CMP)实体bean容器自动处理所有持久性语义

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定