网站首页  词典首页

请输入您要查询的英文单词:

 

单词 entity bean
释义

entity bean

  • 网络实体;实体组件;实体豆
1.
实体
飞鹰小谭 - 博客园 ... 1.会话( session bean) 2.实体( entity bean) 3.消息驱动( message-driven bean) ...
www.cnblogs.com
2.
实体组件
实体组件entity bean):是持久对象的建模。一个典型的实体组件对应关系数据库中的一行记录。
stevieliu.bokee.com
3.
实体豆
分别是实体豆Entity Bean)和会话豆(Session Bean)。客户端通常是以同步的,阻塞方式来调用豆的方法。
www.99inf.net
4.
实体搭建
二、实体搭建(Entity Bean):    我们这个主题在前面讲过围绕图书和新闻两个实体来描述分页方法,所以建立这个实体,并将Hibe…
www.huomo.cn
5.
实体构件
...sion Bean) 有态会话构件 无态会话构件 实体构件Entity Bean) BMP实体构件 CMP实体构件 消息驱动构件(Message-Dri…
www.docin.com
6.
实体对象
实体对象Entity Bean) 学习Hibernate的 前提条件: ?熟悉关系数据库 ?熟悉JDBC Hibernate API O-R映射文件 学习Hibernat…
wenku.baidu.com
7.
实体元件
在EJB环境中最典型的JDO使用方案就是让EJB中的对话元件(Session Bean)直接访问JDO物件,避免使用实体元件Entity
www.pusuo.net

例句

释义:
1.
When an entity bean stops looking like a data object and starts looking like a helper class, you know you ve got a problem.
当实体bean看上去不再象数据对象而开始象助手类时,您知道您已经有问题了。
www-128.ibm.com
2.
A CMP entity bean is constructed from at least six separate files, having dependencies that cannot be easily verified at compile time.
CMP实体bean至少从六个单独文件构造,并有在编译期间无法方便验证的相关性。
www.ibm.com
3.
Any object that can be returned by an entity bean (or any other EJB component) must fulfill this requirement.
任何可以被实体bean(或任何其它EJB组件)返回的对象都必须满足这个要求。
www.ibm.com
4.
Even if every method in your entity bean changed just once a year, the bean would acquire double the methods by the end of that year.
即使您实体bean中的每个方法每年只更改一次,但bean会在那年结束时将拥有双倍数量的方法。
www-128.ibm.com
5.
In a production environment, the CategoryData helper class can be replaced by an entity bean representing the categories.
在生产环境中,代表类别的实体bean可以代替CategoryDatahelper类。
www.ibm.com
6.
With this strategy, WebLogic Server allocates a separate entity bean instance and enables locking and caching to be handled by the database.
通过此策略,WebLogicServer分配独立的实体bean实例并启用锁定和缓存来由数据库进行处理。
www.ibm.com
7.
Each rule is represented by an entity bean that persistently stores information related to that rule.
每种规则都由一个实体bean来表示,该bean永久地存储与规则相关的信息。
www.ibm.com
8.
The entity bean is a very simple example, named Person, which has attributes firstName and lastName, and a key field named id.
实体bean是一个很简易的实例,名为Person,具有firstName和lastName属性以及一个主字段,名为id。
www.ibm.com
9.
This sample project consists of an entity bean, a session bean, a sample servlet, and a sample client.
这个样本工程由一个实体bean、一个会话bean、一个样本servlet和一个样本客户机组成。
www.ibm.com
10.
It is common to have additional "finder" methods defined for a given entity bean within an application.
在应用程序中通常为给定的实体bean定义额外的“finder”方法。
www.ibm.com
1.
Database concurrency strategy causes WebLogic Server to delegate locking requests for an entity bean to the underlying datastore.
Database并发策略可以使WebLogicServer将对实体bean的锁定请求委派给基础数据存储库。
www.ibm.com
2.
The Web browser client will never interact with the entity bean directly, not even with its remote interface.
Web浏览器客户机从不与实体bean直接交互,甚至也不与它的远程接口交互。
www-128.ibm.com
3.
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状态的持久性,并确保这种数据得到保护,供以后使用。
www.ibm.com
4.
If you assign a read policy to an entity bean, an exception will be thrown if you attempt to update it.
如果当您将读策略赋值到实体bean,那么在试图更新它时就会出现异常。
www.ibm.com
5.
Upon receiving a request, a servlet calls a method on a session bean, which then invokes a method on an entity bean.
在收到请求时,servlet调用会话bean上的一个方法,这个方法进而调用实体bean上的一个方法。
www.ibm.com
6.
If you know that an entity bean will only ever be read and not updated, then this policy will simulate a read-only lock.
如果您清楚可以对实体bean随时进行读操作且实体bean不会更新,那么该策略可以模拟只读锁定。
www.ibm.com
7.
In addition, you need to have EJB entity bean deployment descriptors and a mapping file and database schema.
此外,还需要有EJB实体bean部署描述符和一个映射文件及数据库模式。
www.ibm.com
8.
Try out some of the remote methods on the session bean which in turn invoke similar methods on the entity bean.
请试试会话bean的一些远程方法,稍后这些方法将调用实体bean的类似方法。
www.ibm.com
9.
There is more than one entity bean that needs to be updated, deleted, or queried by a client in a workflow.
在工作流中有不止一个实体bean需要被客户机更新、删除或者查询。
www-128.ibm.com
10.
Of course, this also takes into consideration the transaction attributes of the targeted entity bean.
当然,这也要考虑目标实体bean的事务属性。
www.ibm.com
1.
The Session Facade pattern substitutes a single call to a session bean for multiple calls to an entity bean.
会话虚包模式用对会话bean的单个调用来代替对实体bean的多个调用。
www.ibm.com
2.
Because entity beans purely represent data, it is suggested that no workflow logic be coded in an entity bean.
由于实体bean只表示数据,建议不要把工作流逻辑编码在实体bean中。
www.ibm.com
3.
An entity bean represents business data and its related manipulation logic.
实体bean代表业务数据及其相关的操纵逻辑。
www.ibm.com
4.
Thus, sometimes a session bean should access a database directly and sometimes it should access the database through an entity bean.
这样,有时候会话bean应该直接访问数据库,而有时应该通过实体bean访问数据库。
www.ibm.com
5.
The use of an entity bean is purposely avoided here to simplify the configuration and setup for this example.
在这里,有意地避免了使用实体bean,以简化这个示例的配置和设置。
www.ibm.com
6.
Pattern places a session bean between the entity bean and application clients.
模式在实体bean和应用程序客户机之间放置了一个会话bean。
www-128.ibm.com
7.
This will pass execution on through to the servlet controller to the session bean on to the entity bean.
这将使执行转移到servlet控制器,然后转到会话bean,再转到实体bean。
www.ibm.com
8.
EJB references can also be defined in an EJB module for EJB-to-EJB interaction, such as a session bean calling an entity bean.
EJB引用还可以在EJB模块中定义,以进行EJB到EJB的交互,例如,会话Bean调用实体Bean。
www.ibm.com
9.
AccountValue -- a transfer object that represents account information obtained from the Account entity bean remote interface.
AccountValue——是一个传递对象,这个对象表示从Account实体bean远程接口获取的帐号信息。
www.ibm.com
10.
They all have lock hints described by their name, wsPessimistic#hint#, where #hint# further describes our intention with the entity bean.
他们拥有通过自身名字来描述的锁定提示,wsPessimistic#hint#。此处的#hint#将使用实体bean进一步地描述我们的意图。
www.ibm.com
1.
With one-to-many relationships, an entity bean uses a Java collection to represent the many side.
具有一对多关系的实体bean使用Java集合来表示多的那一端。
www.ibm.com
2.
This session bean acts on the customer data by referencing an entity bean to perform the basic database operations.
此会话bean将作用于客户数据,方法是引用实体bean执行基本数据库操作。
www.ibm.com
3.
Listing 15 shows the assembly-descriptor from a sample EJB application with an entity bean.
清单15显示了带实体Bean的示例EJB应用程序的组装描述符。
www.ibm.com
4.
For instance, when the user clicks a button to submit a JSF form, Seam automatically parses the form fields and constructs an entity bean.
例如,当用户单击按钮提交一个JSF表单,Seam就会自动解析表单域并构造一个实体bean。
www.infoq.com
5.
It does not map table relationship to CMP entity bean relationship.
它不将表关系映射到CMP实体bean关系。
www.ibm.com
6.
EJB finders can be defined on a container managed entity bean using the EJB Visual editor.
EJB查询工具能通过EJBVisual编辑器定义在容器管理的实体bean中。
www.ibm.com
7.
Java Persistence Architecture API: Defines the new entity bean model for persistence.
Java持久性体系结构API:为持久性定义新实体Bean模型。
www.ibm.com
8.
The ORM in CMP generates mapping code between the CMP entity bean and tables.
CMP中的ORM生成CMP实体bean与表之间的映射代码。
www.ibm.com
9.
It does not map table inheritance to CMP entity bean inheritance.
它不将表继承映射到CMP实体bean继承。
www.ibm.com
10.
A common solution to the type of problem described here is to simply add the helper method to the entity bean itself.
解决所描述的这类问题的一个常见解决方案是简单地将助手方法添加到实体bean本身。
www-128.ibm.com
1.
The relationship is represented by a new CMP entity bean called Attendee, having two fields (three if we count the primary key field).
用名为Attendee的新CMP实体bean表示关系,该bean有两个字段(如果加上主键字段则有三个)。
www.ibm.com
2.
These details are handled by the container in entity-bean development.
在实体bean开发中,这些细节都由容器处理。
www.ibm.com
3.
The EJB container is important for maintaining the referential integrity of all entity bean relationships.
EJB容器对于维护所有实体bean关系的引用完整性来说是很重要的。
www.ibm.com
4.
Persistence API: Defines the new Entity Bean model for persistence.
持久性API:定义了用于持久性的新实体Bean模型。
www.ibm.com
5.
Listing 2 contains the standard Java deployment descriptor for this entity bean.
清单2包含了此实体bean的标准Java部署描述符。
www.ibm.com
6.
To clarify this, look at Figure 1, which depicts the initial (Remote Entity Bean) implementation of the use case.
为清楚地说明这一点,请参阅图1,图1描述了用例的最初实现(远程实体Bean)。
www.ibm.com
7.
The User EJB, an entity bean, then performs the work of actually adding the user to our database.
然后,UserEJB,一个实体bean,执行向数据库实际添加用户的工作。
www.ibm.com
8.
Experimental task: design an entity Bean, a query to the database.
试验任务:设计一个实体Bean,实现对数据库的查询。
www.pudn.com
9.
In part I, step 7 you generated deploy code for the process and an entity bean was created.
在第一部分,步骤7中您为流程以及实体bean生成了部署代码。
www-128.ibm.com
10.
This method can be used only for an entity bean.
只有实体bean的本地客户端可以调用该方法。
www.51goushu.com
1.
Listing 3 covers the Geronimo-specific companion file for this entity bean.
清单3显示了此实体bean的特定于Geronimo的关联文件。
www.ibm.com
2.
Then, Seam passes the entity bean into the event handler session bean, which is also created by Seam, for processing.
然后,Seam将实体bean传入同样被Seam构造的事件处理器会话bean中来处理。
www.infoq.com
3.
This forced us to manually move attribute values to and from the CMP entity bean and our own entity object.
这迫使我们手动地在CMP实体bean与我们自己的实体对象之间来回移动属性值。
www.ibm.com
4.
The class diagram shows the attributes for each entity bean.
该类图显示了每个实体Bean的属性。
www.ibm.com
5.
This method returns an entity bean for the cart table row with the given CartId.
该方法返回一个用于购物车表的列的实体bean,这个实体bean有一个给定的CartId。
www.ibm.com
6.
In this case, the session bean will perform a lookup on the entity bean.
在这种情况下,会话bean将对实体bean执行查找。
www.ibm.com
7.
For each of the tables an entity bean is defined.
对每张表定义一个实体bean。
www-128.ibm.com
8.
The first method, findEmployeeRec, takes an argument and simply invokes a method on the entity bean to get the EmployeeRec wrapper type.
第一个方法findEmployeeRec,使用一个参数并简单地调用实体bean的一个方法来获取EmployeeRec包装器类型。
www.ibm.com
9.
CMP entity bean update is not efficient because it requires a read from the database and then an update in the database.
CMP实体bean更新效率不高,因为它需要在数据库中进行读取和更新。
www.ibm.com
10.
In this code, we get the account ID from the entity bean BankAccount, and then set the appropriate parameters on the CallableStatement.
在这些代码中,我们从实体beanBankAccount中获取帐户ID然后为CallableStatement设置适当的参数。
www.ibm.com
1.
Figure 5 illustrates how an entity bean would manage the Make Payment use case.
图5说明了实体bean将如何管理付款用例。
www.ibm.com
2.
Closer to home, which is best: a stateless session bean, a stateful session bean, an entity bean or a message driven bean?
进一步说,哪一种是最佳的呢,是无状态会话Bean、有状态会话Bean、实体Bean,还是消息驱动Bean?
www.ibm.com
3.
A session bean can access data directly from the database or it can invoke methods on an entity bean to do the same.
会话bean可以从数据库直接访问数据,也可以通过调用实体bean的方法来访问数据。
www-128.ibm.com
4.
In Listing 8, you can see the specification of the entity bean's persistent fields.
在清单8中,可以看到这个实体bean的持久存储字段的规格。
www.ibm.com
5.
That is, if concurrent transactions update an entity bean with same primary key, updates could get lost.
如果并发事务用同样的主键更新实体bean时,更新资料将会丢失。
www.ibm.com
6.
For example, for an update operation, you need to get JNDI context, look up EJB home, find the EJB entity bean and then update the bean.
例如,对于一个更新操作,需要获得JNDI上下文,查找EJBhome,发现EJB实体bean并更新这个bean。
www.ibm.com
7.
We used EJB2 CMP entity bean life-cycle events before inserting and updating a record into a table.
在将一条记录插入到一个表中和对它进行更新之前,我们使用EJB2CMP实体bean生命周期事件。
www.ibm.com
8.
Defines the entity bean that is deployed inside the container.
定义在容器中部署的实体bean。
www-128.ibm.com
9.
Research and Implementation of the Container Managed Persistence of Entity Bean
实体Bean容器管理持久化研究与实现
www.ilib.cn
10.
Figure 9 shows how to specify the data source for each version of an entity bean at deployment time.
图9展示了在部署阶段如何为不同版本的实体bean指定数据源。
www.ibm.com
1.
Add the following remote methods to talk to the HelloWorldEntity entity bean
为了与HelloWorldEntity实体bean对话,请添加以下远程方法
www.ibm.com
2.
Here are the CMP entity bean issues we found
下面是我们发现的CMP实体bean的问题
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/9 12:04:51