EJB和封装数据库访问。
它们封装数据,提供了定义数据安全的机制。
They encapsulate the data, and provide mechanisms for defining data security.
封装数据和与应用程序处理的数据相关的行为。
Encapsulates data and behaviors related to the data processed by the application.
因此,除了封装数据,也封装了数据访问逻辑。
Thus, in addition to encapsulating data, it encapsulates data access logic.
一方面,对象是封装数据和逻辑并创建更容易维护的系统的重大方式。
On the one hand, objects are a great way to encapsulate data and logic and create a more maintainable system.
通常用数据访问业务组件封装数据是一项好的实践,特别是针对有状态业务组件。
It is generally a good practice to encapsulate the data component with its data access business component. This is especially the case for stateful business components.
关闭,如果做得正确,允许你通过封装数据的作用域链不能由其他人修改使用。
Closures, when done correctly, allow you to encapsulate data through the use of the scope chain that cannot be modified by any other caller.
我们先看代码的上面部分,站点使用了大量的内部例程,其中一个用于封装数据库事务。
Starting at the top, the site uses a number of internal routines, including one that wraps database transactions.
帐户可能封装数据,但我想不出任何它将执行的操作,因此Account就不是一个合适的类。
An account might encapsulate data, but I can't think of any operations that it will perform, thus account is not a proper class.
它们提供了一种封装数据库访问和业务逻辑的方法,这样就可以在多台服务器上实现分发了。
They provide a way to wrap database access and business logic, so they can be distributed on multiple servers.
在本例中,我们将遵循activeRecord模式并用能够执行所有数据库操作的类封装数据库行。
In this case, we will follow the Active Record pattern and wrap a database row with a class capable of all database operations. Its code is shown below.
基于J2EE的应用程序开发总伴随着大量数据存取、转换等问题,值对象用于封装数据以解决该类问题。
Development of applications based J2EE is always accompanied by accessing and transferring vast data. Value object encapsulates data to resolve these problems.
吸热和封装数据,衬垫间距,裂口,长度,宽度,伸展,镊子除去,缺少的,断掉的,未电镀引线。
Heat - sink and Package datum , Pad Spacing, Gap , Length, Width, Spread, Tweeze , Missing, Broken or Un - plated Pad.
在面向对象技术中,对象能在单个实体中封装数据和操作(方法),并为知识和被模拟领域中的实体的表示提供条件。
With the object-oriented technology, an object is a single entity in which data and methods are capsulized. It can be used to represent knowledge or entities in simulated domain.
因此,提供程序是指任何一个实现OLEDB接口来封装数据访问并将其向其他对象(即,使用者)公开的软件组件。
Thus, a provider is any software component that implements OLE DB interfaces to encapsulate access to data and expose it to other objects (that is, consumers).
绑定封装所有配置和策略数据,使应用程序无需处理这些细节。
Bindings encapsulate all the configuration and policy data, thereby insulating the application from these details.
这些应用程序必须能够生成一系列事件(其中封装业务数据),并将其转发到公共事件基础结构(CEI)。
These applications must be able to generate a series of events, which encapsulate the business data, and forward them to the common event infrastructure (CEI).
使用这种方法,您可以利用由应用程序暴露的应用程序编程接口(API)来访问旧系统封装的数据和功能。
With this approach, you leverage the application programming interfaces (APIs) exposed by your applications to access both the data and the functionality encapsulated by legacy systems.
就像任何其他机器一样,软件应用程序期望获得某些“原料”,例如数字列表、XML模式中封装的数据或者协议。
Just like any other machine, a software application expects certain raw materials, such as a list of Numbers, data encapsulated in an XML schema, or a protocol.
由于它基于相关的行为对服务进行分组,而不是进行封装(行为及数据),所以这组服务与业务对象略有不同。
Since it groups services on the basis of related behavior, rather than encapsulated (behavior plus data), the set of services will be subtly different from a business object model.
我个人倾向于将所有的数据访问逻辑封装到这个类中。
Personally I like the idea of keeping all the data access logic encapsulated in that class.
服务数据封装。
该实现包含封装所有用于数据访问和操纵的sql语句的方法。
The implementation contains methods encapsulating all required SQL statements for data access and manipulation.
数据封装到SDO对象中后,它就可以在J2 ee层间高效地传输。
Once encapsulated into SDO objects, data can be transferred efficiently over J2EE layers.
它们的主要用途是以受控制的方式向业务对象公开封装的数据。
Their main reason for existing is to expose the encapsulated data to the business objects in a controlled fashion.
SDO体系结构中的另一个重要概念是数据图,它是封装一组数据对象的结构。
Another important concept in the SDO architecture is the data graph, a structure that encapsulates a set of data objects.
数据服务是一种软件服务,它封装了企业相关的关键数据实体的操作。
Data services are software services that encapsulate operations on key data entities of relevance to the enterprise.
根节点可以封装与不同企业有关的数据。
The root node can wrap data related to different enterprises.
OO的关键包括数据封装和继承的概念。
Some of the keys to OO are the data encapsulation and the concept of inheritance.
在图3中,齿轮箱代表处理一些基础数据结构的抽象,而黄色箱代表可移植代码,将数据封装在里面。
In Figure 3, the gear box represents abstractions that deal generically with some fundamental data structure, and the yellow box represents portable code, encapsulating data inside it.
应用推荐