Entity objects represent the data model.
实体对象代表数据模型。
Figure 18: Validating the entity objects.
图18:验证实体对象。
Entity objects are the primary model used in JPA applications.
实体对象是JPA应用程序中使用的主要模型。
The JPA entities package contains the annotated JPA entity objects.
JPA实体包包含带注释的 JPA实体对象。
Changes the state of the specified relationship between two entity objects.
更改两个实体对象之间的指定关系的状态。
The new entity is not assumed to be the complete set of related entity objects.
不假定新的对象为相关实体对象的完整集。
Seven SQL statements are created per object (in turn, seven entity objects are created per object).
每个对象创建有7 个SQL语句(反过来,每个对象又创建有 7 个不同的实体对象)。
This was especially true for entity objects, which often mapped to container classes or database tables.
这对于实体对象来说基本上是正确的,实体对象通常被映射为容器类或者是数据库表。
Seven SQL statements are created per object (in turn 7 different entity objects are created per object).
每个对象创建有7个sql语句(反过来,每个对象又创建有7个不同的实体对象)。
Seven SQL statements are created per object (in turn, 7 different entity objects are created per object).
每个对象创建有7个sql语句(反过来,每个对象又创建有7个不同的实体对象)。
You will begin building your application by creating entity objects and their corresponding JPA manager beans.
通过创建实体对象以及它们相应的JPAmanagerbeans,您将开始构建您的应用程序。
The information system is based on standard data format and dealing with Entity Objects which it produce.
本信息系统是以标准数据格式为处理依据,产生实体对象进行处理的信息系统。
On the right are the entity objects, known as model objects, that have the business knowledge and business relationships we need.
右边是实体对象,称为模型对象,它们有我们需要的业务知识和业务关系。
The most important Entity objects are the Edge and Face objects, which serve as the building blocks of every shape in a SketchUp design.
最重要的Entity对象是Edge和Face 对象,这两个对象可作为SketchUp设计中的任何形状的构建块。
Object to object mapping. Like, the tool can be used to map entity objects to domain objects instead of writing manual mapping code.
自动生成对象到对象的映射代码,比如,能够生成从实体对象映射到域对象,而不是手动编写映射代码。
Changes the state of the relationship between two entity objects that is specified based on the two related objects and the properties of the relationship.
变更两个实体物件之间关联性的状态,其中的关联性状态是依据两个相关物件和关联性属性而指定的。
Changes the state of the relationship between two entity objects that is specified based on the two related objects and the name of the navigation property.
更改两个实体对象之间的指定关系的状态,根据两个相关对象和导航属性的名称来指定关系。
Changes the state of the relationship between two entity objects that is specified based on the two related objects and a LINQ expression that defines the navigation property.
更改两个实体对象之间的指定关系的状态,根据两个相关对象和用于定义导航属性的LINQ表达式来指定关系。
I'm not going to define properties on my domain objects - I defer that to Groovy's dynamic nature (which allows me, in essence, to make my domain objects proxies to Google's Entity objects).
我不打算定义我的域对象上的属性—我将其推迟到Groovy的动态特性(实际上,这个特性允许创建针对Google的Entity对象的域对象代理)。
For instance, for querying, mobl exposes the collection type, which has methods to filter, sort and page the contents of a collection of entity objects. These methods would can be called as follows.
例如,对于查询,mobl暴露了Collection类型,它拥有对实体对象的集合进行过滤、排序和分页的方法。
And when you persist objects, they can only be persisted in the same atomic transaction if they are in the same entity group.
并且在持久化对象时,如果它们在相同的实体群中,那么它们只能被持久化到相同的原子事务中。
You can also use it for testing by creating the necessary instances of objects in a database, thus avoiding verbose entity creation scripts.
还可以用它在数据库中创建必要的对象实例以执行测试,从而避免编写复杂的实体创建脚本。
Through the use of a special object called the entity manager, applications can query or persist objects.
通过使用称为实体管理器的特殊对象,应用程序可以查询或保持对象。
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.
另一种限制源自于这样一个事实:域对象可以通过由实体管理器所管理的域对象所在的层访问,也可以通过分离它的所有其他层访问。
Database a named collection of objects and is a separate entity from other databases in the instance.
数据库数据库是命名的对象集合,是与实例中的其他数据库分离的实体。
A named collection of objects and is a separate entity from other databases.
数据库是命名的对象集合,是与其他数据库分离的实体。
Applications can retrieve objects or pass them into the entity manager.
应用程序可以检索对象或者将它们传递到实体管理器。
A named collection of objects and each database is a separate entity from other databases.
数据库是命名的对象集合,每个数据库是与其他数据库分离的实体。
Through the use of a special object called the entity manager, applications can query for, or persist, objects.
通过使用称为实体管理器的特殊对象,应用程序可以查询或保持对象。
The programming model also defines a detachment model for the POJO (Entity) objects.
该编程模型还定义了POJO(实体)对象的分离模型。
应用推荐